#73152E

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

Shades of Claret #73152E

Tints of Claret #73152E

Color information

#73152E (or 0x73152E) is unknown color: approx Claret. HEX triplet: 73, 15 and 2E. RGB value is (115,21,46). Sum of RGB (Red+Green+Blue) = 115+21+46=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73152E is #8CEAD1. Grayscale: #333333. Windows color (decimal): -9235154 or 3020147. OLE color: 3020147.

HSL color Cylindrical-coordinate representation of color #73152E: hue angle of 344.04º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73152E is Cyan = 0, Magento = 0.82, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB1152146-
CMYK00.820.60.55
HSL344.04º69.12%26.67%-
HSV(B)344.04º81.74%45.1%-
XYZ7.834.383.02-
YUV51.96124.64172.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.19%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=63.19%
G=11.54%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115214600.820.60.55344.0469.1226.67
Hex73152E0523C37158451b
Octal16325560122746753010533
Binary11100111010110111001010010111100110111101011000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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