Html Css Color HEX #721931 Claret

📋 copy color: '#721931'

red 114 ◦ green 25 ◦ blue 49

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

Shades of Claret #721931

Tints of Claret #721931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.3%

 BLUE value IS 49 (19.53% from 255) = 26.06%

R = 60.64%
G = 13.3%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#721931 (or 0x721931) is known color: Claret. HEX triplet: 72, 19 and 31. RGB value is (114,25,49). Sum of RGB (Red+Green+Blue) = 114+25+49=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #721931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721931 is #8DE6CE. Grayscale: #363636. Windows color (decimal): -9299663 or 3217778. OLE color: 3217778.

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

Color convert

RGB 114 25 49 -
CMYK 0 0.78 0.57 0.55
HSL 343.82º 0.64% 0.27% -
HSV(B) 343.82º 0.78% 0.45% -
XYZ 7.84 4.49 3.36 -
YUV 54.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 114 25 49 0 0.78 0.57 0.55 343.82 0.64 0.27
Hex 72 19 31 0 4E 39 37 158 40 1B
Octal 162 31 61 0 116 71 67 530 100 33
Binary 1110010 11001 110001 0 1001110 111001 110111 101011000 1000000 11011

Color Harmonies of #721931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721931

Black with #721931

Text Example


Text Example

White with #721931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721931; }

 p { color: rgb(114,25,49); }

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

background-color css

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

 a { background-color: rgb(114,25,49); }

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

border-color css

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

 span { border-color: rgb(114,25,49); }

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