Html Css Color HEX #721236 Claret

📋 copy color: '#721236'

red 114 ◦ green 18 ◦ blue 54

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

Shades of Claret #721236

Tints of Claret #721236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 61.29%
G = 9.68%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#721236 (or 0x721236) is known color: Claret. HEX triplet: 72, 12 and 36. RGB value is (114,18,54). Sum of RGB (Red+Green+Blue) = 114+18+54=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #721236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721236 is #8DEDC9. Grayscale: #323232. Windows color (decimal): -9301450 or 3543666. OLE color: 3543666.

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

Color convert

RGB 114 18 54 -
CMYK 0 0.84 0.53 0.55
HSL 337.5º 0.73% 0.26% -
HSV(B) 337.5º 0.84% 0.45% -
XYZ 7.82 4.28 3.9 -
YUV 50.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 114 18 54 0 0.84 0.53 0.55 337.5 0.73 0.26
Hex 72 12 36 0 54 35 37 152 49 1A
Octal 162 22 66 0 124 65 67 522 111 32
Binary 1110010 10010 110110 0 1010100 110101 110111 101010010 1001001 11010

Color Harmonies of #721236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721236

Black with #721236

Text Example


Text Example

White with #721236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721236; }

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

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

background-color css

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

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

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

border-color css

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

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

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