#73172F

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

Shades of Claret #73172F

Tints of Claret #73172F

Color information

#73172F (or 0x73172F) is unknown color: approx Claret. HEX triplet: 73, 17 and 2F. RGB value is (115,23,47). Sum of RGB (Red+Green+Blue) = 115+23+47=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #73172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73172F is #8CE8D0. Grayscale: #353535. Windows color (decimal): -9234641 or 3086195. OLE color: 3086195.

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

Color convert

RGB1152347-
CMYK00.800.590.55
HSL344.35º66.67%27.06%-
HSV(B)344.35º80%45.1%-
XYZ7.894.463.13-
YUV53.24124.48172.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 23 (9.38% from 255) = 12.43%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=62.16%
G=12.43%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115234700.800.590.55344.3566.6727.06
Hex73172F0503B37158431b
Octal16327570120736753010333
Binary11100111011110111101010000111011110111101011000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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