Html Css Color HEX #722232 Claret

📋 copy color: '#722232'

red 114 ◦ green 34 ◦ blue 50

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

Shades of Claret #722232

Tints of Claret #722232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 50 (19.92% from 255) = 25.25%

R = 57.58%
G = 17.17%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#722232 (or 0x722232) is known color: Claret. HEX triplet: 72, 22 and 32. RGB value is (114,34,50). Sum of RGB (Red+Green+Blue) = 114+34+50=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #722232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722232 is #8DDDCD. Grayscale: #3B3B3B. Windows color (decimal): -9297358 or 3285618. OLE color: 3285618.

HSL color Cylindrical-coordinate representation of color #722232: hue angle of 348º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722232 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 50 -
CMYK 0 0.70 0.56 0.55
HSL 348º 0.54% 0.29% -
HSV(B) 348º 0.7% 0.45% -
XYZ 8.09 4.95 3.55 -
YUV 59.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 114 34 50 0 0.70 0.56 0.55 348 0.54 0.29
Hex 72 22 32 0 46 38 37 15C 36 1D
Octal 162 42 62 0 106 70 67 534 66 35
Binary 1110010 100010 110010 0 1000110 111000 110111 101011100 110110 11101

Color Harmonies of #722232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722232

Black with #722232

Text Example


Text Example

White with #722232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722232; }

 p { color: rgb(114,34,50); }

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

background-color css

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

 a { background-color: rgb(114,34,50); }

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

border-color css

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

 span { border-color: rgb(114,34,50); }

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