Html Css Color HEX #721832 Claret

📋 copy color: '#721832'

red 114 ◦ green 24 ◦ blue 50

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

Shades of Claret #721832

Tints of Claret #721832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.77%

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

R = 60.64%
G = 12.77%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#721832 (or 0x721832) is known color: Claret. HEX triplet: 72, 18 and 32. RGB value is (114,24,50). Sum of RGB (Red+Green+Blue) = 114+24+50=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #721832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721832 is #8DE7CD. Grayscale: #353535. Windows color (decimal): -9299918 or 3283058. OLE color: 3283058.

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

Color convert

RGB 114 24 50 -
CMYK 0 0.79 0.56 0.55
HSL 342.67º 0.65% 0.27% -
HSV(B) 342.67º 0.79% 0.45% -
XYZ 7.84 4.46 3.47 -
YUV 53.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 114 24 50 0 0.79 0.56 0.55 342.67 0.65 0.27
Hex 72 18 32 0 4F 38 37 157 41 1B
Octal 162 30 62 0 117 70 67 527 101 33
Binary 1110010 11000 110010 0 1001111 111000 110111 101010111 1000001 11011

Color Harmonies of #721832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721832

Black with #721832

Text Example


Text Example

White with #721832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721832; }

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

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

background-color css

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

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

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

border-color css

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

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

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