Html Css Color HEX #722636 Claret

📋 copy color: '#722636'

red 114 ◦ green 38 ◦ blue 54

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

Shades of Claret #722636

Tints of Claret #722636

RGB

 RED value IS 114 (44.92% from 255) = 55.34%

 GREEN value IS 38 (15.23% from 255) = 18.45%

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

R = 55.34%
G = 18.45%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#722636 (or 0x722636) is known color: Claret. HEX triplet: 72, 26 and 36. RGB value is (114,38,54). Sum of RGB (Red+Green+Blue) = 114+38+54=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #722636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722636 is #8DD9C9. Grayscale: #3E3E3E. Windows color (decimal): -9296330 or 3548786. OLE color: 3548786.

HSL color Cylindrical-coordinate representation of color #722636: hue angle of 347.37º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #722636 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 38 54 -
CMYK 0 0.67 0.53 0.55
HSL 347.37º 0.5% 0.3% -
HSV(B) 347.37º 0.67% 0.45% -
XYZ 8.3 5.23 4.06 -
YUV 62.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 114 38 54 0 0.67 0.53 0.55 347.37 0.5 0.3
Hex 72 26 36 0 43 35 37 15B 32 1E
Octal 162 46 66 0 103 65 67 533 62 36
Binary 1110010 100110 110110 0 1000011 110101 110111 101011011 110010 11110

Color Harmonies of #722636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722636

Black with #722636

Text Example


Text Example

White with #722636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722636; }

 p { color: rgb(114,38,54); }

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

background-color css

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

 a { background-color: rgb(114,38,54); }

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

border-color css

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

 span { border-color: rgb(114,38,54); }

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