Html Css Color HEX #760E36 Claret

📋 copy color: '#760E36'

red 118 ◦ green 14 ◦ blue 54

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

Shades of Claret #760E36

Tints of Claret #760E36

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.53%

 BLUE value IS 54 (21.48% from 255) = 29.03%

R = 63.44%
G = 7.53%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#760E36 (or 0x760E36) is known color: Claret. HEX triplet: 76, 0E and 36. RGB value is (118,14,54). Sum of RGB (Red+Green+Blue) = 118+14+54=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #760E36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E36 is #89F1C9. Grayscale: #313131. Windows color (decimal): -9040330 or 3542646. OLE color: 3542646.

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

Color convert

RGB 118 14 54 -
CMYK 0 0.88 0.54 0.54
HSL 336.92º 0.79% 0.26% -
HSV(B) 336.92º 0.88% 0.46% -
XYZ 8.29 4.43 3.91 -
YUV 49.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 118 14 54 0 0.88 0.54 0.54 336.92 0.79 0.26
Hex 76 E 36 0 58 36 36 151 4F 1A
Octal 166 16 66 0 130 66 66 521 117 32
Binary 1110110 1110 110110 0 1011000 110110 110110 101010001 1001111 11010

Color Harmonies of #760E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E36

Black with #760E36

Text Example


Text Example

White with #760E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,14,54); }

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

background-color css

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

 a { background-color: rgb(118,14,54); }

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

border-color css

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

 span { border-color: rgb(118,14,54); }

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