#73182F

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

Shades of Claret #73182F

Tints of Claret #73182F

Color information

#73182F (or 0x73182F) is unknown color: approx Claret. HEX triplet: 73, 18 and 2F. RGB value is (115,24,47). Sum of RGB (Red+Green+Blue) = 115+24+47=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #73182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73182F is #8CE7D0. Grayscale: #353535. Windows color (decimal): -9234385 or 3086451. OLE color: 3086451.

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

Color convert

RGB1152447-
CMYK00.790.590.55
HSL344.84º65.47%27.25%-
HSV(B)344.84º79.13%45.1%-
XYZ7.914.53.14-
YUV53.83124.15171.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.83%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 47 (18.75% from 255) = 25.27%
R=61.83%
G=12.90%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115244700.790.590.55344.8465.4727.25
Hex73182F04F3B37159411b
Octal16330570117736753110133
Binary11100111100010111101001111111011110111101011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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