#721236

Color #721236 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #721236

Tints of Claret #721236

Color information

#721236 (or 0x721236) is unknown color: approx 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

RGB1141854-
CMYK00.840.530.55
HSL337.5º72.73%25.88%-
HSV(B)337.5º84.21%44.71%-
XYZ7.824.283.9-
YUV50.81129.8173.07-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114185400.840.530.55337.572.7325.88
Hex7212360543537152491a
Octal16222660124656752211132
Binary11100101001011011001010100110101110111101010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>