#73182E

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

Shades of Claret #73182E

Tints of Claret #73182E

Color information

#73182E (or 0x73182E) is unknown color: approx Claret. HEX triplet: 73, 18 and 2E. RGB value is (115,24,46). Sum of RGB (Red+Green+Blue) = 115+24+46=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #73182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73182E is #8CE7D1. Grayscale: #353535. Windows color (decimal): -9234386 or 3020915. OLE color: 3020915.

HSL color Cylindrical-coordinate representation of color #73182E: hue angle of 345.49º 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 #73182E is Cyan = 0, Magento = 0.79, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB1152446-
CMYK00.790.60.55
HSL345.49º65.47%27.25%-
HSV(B)345.49º79.13%45.1%-
XYZ7.894.53.04-
YUV53.72123.65171.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=62.16%
G=12.97%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115244600.790.60.55345.4965.4727.25
Hex73182E04F3C37159411b
Octal16330560117746753110133
Binary11100111100010111001001111111100110111101011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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