#721035

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

Shades of Claret #721035

Tints of Claret #721035

Color information

#721035 (or 0x721035) is unknown color: approx Claret. HEX triplet: 72, 10 and 35. RGB value is (114,16,53). Sum of RGB (Red+Green+Blue) = 114+16+53=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #721035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721035 is #8DEFCA. Grayscale: #313131. Windows color (decimal): -9301963 or 3477618. OLE color: 3477618.

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

Color convert

RGB1141653-
CMYK00.860.540.55
HSL337.35º75.38%25.49%-
HSV(B)337.35º85.96%44.71%-
XYZ7.774.213.77-
YUV49.52129.97173.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=62.30%
G=8.74%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114165300.860.540.55337.3575.3825.49
Hex72103505636371514b19
Octal16220650126666752111331
Binary11100101000011010101010110110110110111101010001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721035; }

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

 H1.HeaderClassName
 {
   color: #721035;
 }
 .AnyTagClassName
 {
   color: #721035;
 }
</style>
background-color css

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

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

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

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

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

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