#73212F

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

Shades of Claret #73212F

Tints of Claret #73212F

Color information

#73212F (or 0x73212F) is unknown color: approx Claret. HEX triplet: 73, 21 and 2F. RGB value is (115,33,47). Sum of RGB (Red+Green+Blue) = 115+33+47=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #73212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73212F is #8CDED0. Grayscale: #3B3B3B. Windows color (decimal): -9232081 or 3088755. OLE color: 3088755.

HSL color Cylindrical-coordinate representation of color #73212F: hue angle of 349.76º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73212F is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1153347-
CMYK00.710.590.55
HSL349.76º55.41%29.02%-
HSV(B)349.76º71.3%45.1%-
XYZ8.134.943.21-
YUV59.11121.17167.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=58.97%
G=16.92%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115334700.710.590.55349.7655.4129.02
Hex73212F0473B3715e371d
Octal1634157010773675366735
Binary11100111000011011110100011111101111011110101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73212F; }

 p { color: rgb(115,33,47); }

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

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

 a { background-color: rgb(115,33,47); }

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

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

 span { border-color: rgb(115,33,47); }

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