Html Css Color HEX #721036 Claret

📋 copy color: '#721036'

red 114 ◦ green 16 ◦ blue 54

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

Shades of Claret #721036

Tints of Claret #721036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.35%

R = 61.96%
G = 8.7%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#721036 (or 0x721036) is known color: Claret. HEX triplet: 72, 10 and 36. RGB value is (114,16,54). Sum of RGB (Red+Green+Blue) = 114+16+54=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #721036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721036 is #8DEFC9. Grayscale: #313131. Windows color (decimal): -9301962 or 3543154. OLE color: 3543154.

HSL color Cylindrical-coordinate representation of color #721036: hue angle of 336.73º 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 #721036 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 54 -
CMYK 0 0.86 0.53 0.55
HSL 336.73º 0.75% 0.25% -
HSV(B) 336.73º 0.86% 0.45% -
XYZ 7.79 4.21 3.89 -
YUV 49.63 130.47 173.91 -
System Red Green Blue C M Y K H S L
Decimal 114 16 54 0 0.86 0.53 0.55 336.73 0.75 0.25
Hex 72 10 36 0 56 35 37 151 4B 19
Octal 162 20 66 0 126 65 67 521 113 31
Binary 1110010 10000 110110 0 1010110 110101 110111 101010001 1001011 11001

Color Harmonies of #721036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721036

Black with #721036

Text Example


Text Example

White with #721036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721036; }

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

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

background-color css

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

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

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

border-color css

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

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

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