Html Css Color HEX #721136 Claret

📋 copy color: '#721136'

red 114 ◦ green 17 ◦ blue 54

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

Shades of Claret #721136

Tints of Claret #721136

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.19%

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

R = 61.62%
G = 9.19%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#721136 (or 0x721136) is known color: Claret. HEX triplet: 72, 11 and 36. RGB value is (114,17,54). Sum of RGB (Red+Green+Blue) = 114+17+54=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #721136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721136 is #8DEEC9. Grayscale: #323232. Windows color (decimal): -9301706 or 3543410. OLE color: 3543410.

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

Color convert

RGB 114 17 54 -
CMYK 0 0.85 0.53 0.55
HSL 337.11º 0.74% 0.26% -
HSV(B) 337.11º 0.85% 0.45% -
XYZ 7.81 4.24 3.9 -
YUV 50.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 114 17 54 0 0.85 0.53 0.55 337.11 0.74 0.26
Hex 72 11 36 0 55 35 37 151 4A 1A
Octal 162 21 66 0 125 65 67 521 112 32
Binary 1110010 10001 110110 0 1010101 110101 110111 101010001 1001010 11010

Color Harmonies of #721136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721136

Black with #721136

Text Example


Text Example

White with #721136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721136; }

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

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

background-color css

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

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

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

border-color css

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

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

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