Html Css Color HEX #721232 Claret

📋 copy color: '#721232'

red 114 ◦ green 18 ◦ blue 50

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

Shades of Claret #721232

Tints of Claret #721232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

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

R = 62.64%
G = 9.89%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#721232 (or 0x721232) is known color: Claret. HEX triplet: 72, 12 and 32. RGB value is (114,18,50). Sum of RGB (Red+Green+Blue) = 114+18+50=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #721232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721232 is #8DEDCD. Grayscale: #323232. Windows color (decimal): -9301454 or 3281522. OLE color: 3281522.

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

Color convert

RGB 114 18 50 -
CMYK 0 0.84 0.56 0.55
HSL 340º 0.73% 0.26% -
HSV(B) 340º 0.84% 0.45% -
XYZ 7.73 4.24 3.43 -
YUV 50.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 114 18 50 0 0.84 0.56 0.55 340 0.73 0.26
Hex 72 12 32 0 54 38 37 154 49 1A
Octal 162 22 62 0 124 70 67 524 111 32
Binary 1110010 10010 110010 0 1010100 111000 110111 101010100 1001001 11010

Color Harmonies of #721232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721232

Black with #721232

Text Example


Text Example

White with #721232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721232; }

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

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

background-color css

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

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

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

border-color css

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

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

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