#760F33

Color #760F33 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #760F33

Tints of Claret #760F33

Color information

#760F33 (or 0x760F33) is unknown color: approx Claret. HEX triplet: 76, 0F and 33. RGB value is (118,15,51). Sum of RGB (Red+Green+Blue) = 118+15+51=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #760F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F33 is #89F0CC. Grayscale: #313131. Windows color (decimal): -9040077 or 3346294. OLE color: 3346294.

HSL color Cylindrical-coordinate representation of color #760F33: hue angle of 339.03º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F33 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1181551-
CMYK00.870.570.54
HSL339.03º77.44%26.08%-
HSV(B)339.03º87.29%46.27%-
XYZ8.244.433.55-
YUV49.9128.62176.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 64.13%
GREEN value IS 15 (6.25% from 255) = 8.15%
BLUE value IS 51 (20.31% from 255) = 27.72%
R=64.13%
G=8.15%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118155100.870.570.54339.0377.4426.08
Hex76F3305739361534d1a
Octal16617630127716652311532
Binary1110110111111001101010111111001110110101010011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760F33; }

 p { color: rgb(118,15,51); }

 H1.HeaderClassName
 {
   color: #760F33;
 }
 .AnyTagClassName
 {
   color: #760F33;
 }
</style>
background-color css

<style>
 a { background-color: #760F33; }

 a { background-color: rgb(118,15,51); }

 div.DivClassName
 {
   background-color: #760F33;
 }
 .BgClassName
 {
   background-color: #760F33;
 }
</style>
border-color css

<style>
 span { border-color: #760F33; }

 span { border-color: rgb(118,15,51); }

 td.TdClassName
 {
   border-color: #760F33;
 }
 .TagClassName
 {
   border-color: #760F33;
 }
</style>