Html Css Color HEX #721434 Claret

📋 copy color: '#721434'

red 114 ◦ green 20 ◦ blue 52

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

Shades of Claret #721434

Tints of Claret #721434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

 BLUE value IS 52 (20.7% from 255) = 27.96%

R = 61.29%
G = 10.75%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#721434 (or 0x721434) is known color: Claret. HEX triplet: 72, 14 and 34. RGB value is (114,20,52). Sum of RGB (Red+Green+Blue) = 114+20+52=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #721434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721434 is #8DEBCB. Grayscale: #333333. Windows color (decimal): -9300940 or 3413106. OLE color: 3413106.

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

Color convert

RGB 114 20 52 -
CMYK 0 0.82 0.54 0.55
HSL 339.57º 0.7% 0.26% -
HSV(B) 339.57º 0.82% 0.45% -
XYZ 7.81 4.33 3.67 -
YUV 51.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 114 20 52 0 0.82 0.54 0.55 339.57 0.7 0.26
Hex 72 14 34 0 52 36 37 154 46 1A
Octal 162 24 64 0 122 66 67 524 106 32
Binary 1110010 10100 110100 0 1010010 110110 110111 101010100 1000110 11010

Color Harmonies of #721434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721434

Black with #721434

Text Example


Text Example

White with #721434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721434; }

 p { color: rgb(114,20,52); }

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

background-color css

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

 a { background-color: rgb(114,20,52); }

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

border-color css

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

 span { border-color: rgb(114,20,52); }

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