Html Css Color HEX #722233 Claret

📋 copy color: '#722233'

red 114 ◦ green 34 ◦ blue 51

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

Shades of Claret #722233

Tints of Claret #722233

RGB

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

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

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

R = 57.29%
G = 17.09%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#722233 (or 0x722233) is known color: Claret. HEX triplet: 72, 22 and 33. RGB value is (114,34,51). Sum of RGB (Red+Green+Blue) = 114+34+51=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #722233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722233 is #8DDDCC. Grayscale: #3B3B3B. Windows color (decimal): -9297357 or 3351154. OLE color: 3351154.

HSL color Cylindrical-coordinate representation of color #722233: hue angle of 347.25º 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 #722233 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 51 -
CMYK 0 0.70 0.55 0.55
HSL 347.25º 0.54% 0.29% -
HSV(B) 347.25º 0.7% 0.45% -
XYZ 8.11 4.96 3.66 -
YUV 59.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 114 34 51 0 0.70 0.55 0.55 347.25 0.54 0.29
Hex 72 22 33 0 46 37 37 15B 36 1D
Octal 162 42 63 0 106 67 67 533 66 35
Binary 1110010 100010 110011 0 1000110 110111 110111 101011011 110110 11101

Color Harmonies of #722233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722233

Black with #722233

Text Example


Text Example

White with #722233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722233; }

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

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

background-color css

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

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

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

border-color css

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

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

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