Html Css Color HEX #760C33 Claret

📋 copy color: '#760C33'

red 118 ◦ green 12 ◦ blue 51

#760C33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #760C33

Tints of Claret #760C33

RGB

 RED value IS 118 (46.48% from 255) = 65.19%

 GREEN value IS 12 (5.08% from 255) = 6.63%

 BLUE value IS 51 (20.31% from 255) = 28.18%

R = 65.19%
G = 6.63%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#760C33 (or 0x760C33) is known color: Claret. HEX triplet: 76, 0C and 33. RGB value is (118,12,51). Sum of RGB (Red+Green+Blue) = 118+12+51=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #760C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C33 is #89F3CC. Grayscale: #303030. Windows color (decimal): -9040845 or 3345526. OLE color: 3345526.

HSL color Cylindrical-coordinate representation of color #760C33: hue angle of 337.92º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C33 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 51 -
CMYK 0 0.90 0.57 0.54
HSL 337.92º 0.82% 0.25% -
HSV(B) 337.92º 0.9% 0.46% -
XYZ 8.2 4.35 3.54 -
YUV 48.14 129.62 177.83 -
System Red Green Blue C M Y K H S L
Decimal 118 12 51 0 0.90 0.57 0.54 337.92 0.82 0.25
Hex 76 C 33 0 5A 39 36 152 52 19
Octal 166 14 63 0 132 71 66 522 122 31
Binary 1110110 1100 110011 0 1011010 111001 110110 101010010 1010010 11001

Color Harmonies of #760C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C33

Black with #760C33

Text Example


Text Example

White with #760C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #760C33;
 }
 .AnyTagClassName
 {
   color: #760C33;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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