Html Css Color HEX #722032 Claret

📋 copy color: '#722032'

red 114 ◦ green 32 ◦ blue 50

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

Shades of Claret #722032

Tints of Claret #722032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

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

R = 58.16%
G = 16.33%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#722032 (or 0x722032) is known color: Claret. HEX triplet: 72, 20 and 32. RGB value is (114,32,50). Sum of RGB (Red+Green+Blue) = 114+32+50=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #722032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722032 is #8DDFCD. Grayscale: #3A3A3A. Windows color (decimal): -9297870 or 3285106. OLE color: 3285106.

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

Color convert

RGB 114 32 50 -
CMYK 0 0.72 0.56 0.55
HSL 346.83º 0.56% 0.29% -
HSV(B) 346.83º 0.72% 0.45% -
XYZ 8.03 4.84 3.53 -
YUV 58.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 114 32 50 0 0.72 0.56 0.55 346.83 0.56 0.29
Hex 72 20 32 0 48 38 37 15B 38 1D
Octal 162 40 62 0 110 70 67 533 70 35
Binary 1110010 100000 110010 0 1001000 111000 110111 101011011 111000 11101

Color Harmonies of #722032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722032

Black with #722032

Text Example


Text Example

White with #722032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722032; }

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

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

background-color css

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

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

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

border-color css

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

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

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