Html Css Color HEX #721032 Claret

📋 copy color: '#721032'

red 114 ◦ green 16 ◦ blue 50

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

Shades of Claret #721032

Tints of Claret #721032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

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

R = 63.33%
G = 8.89%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#721032 (or 0x721032) is known color: Claret. HEX triplet: 72, 10 and 32. RGB value is (114,16,50). Sum of RGB (Red+Green+Blue) = 114+16+50=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #721032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721032 is #8DEFCD. Grayscale: #313131. Windows color (decimal): -9301966 or 3281010. OLE color: 3281010.

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

Color convert

RGB 114 16 50 -
CMYK 0 0.86 0.56 0.55
HSL 339.18º 0.75% 0.25% -
HSV(B) 339.18º 0.86% 0.45% -
XYZ 7.7 4.18 3.42 -
YUV 49.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 114 16 50 0 0.86 0.56 0.55 339.18 0.75 0.25
Hex 72 10 32 0 56 38 37 153 4B 19
Octal 162 20 62 0 126 70 67 523 113 31
Binary 1110010 10000 110010 0 1010110 111000 110111 101010011 1001011 11001

Color Harmonies of #721032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721032

Black with #721032

Text Example


Text Example

White with #721032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721032; }

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

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

background-color css

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

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

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

border-color css

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

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

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