#73152D

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

Shades of Claret #73152D

Tints of Claret #73152D

Color information

#73152D (or 0x73152D) is unknown color: approx Claret. HEX triplet: 73, 15 and 2D. RGB value is (115,21,45). Sum of RGB (Red+Green+Blue) = 115+21+45=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73152D is #8CEAD2. Grayscale: #333333. Windows color (decimal): -9235155 or 2954611. OLE color: 2954611.

HSL color Cylindrical-coordinate representation of color #73152D: hue angle of 344.68º 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 #73152D is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1152145-
CMYK00.820.610.55
HSL344.68º69.12%26.67%-
HSV(B)344.68º81.74%45.1%-
XYZ7.814.372.91-
YUV51.84124.14173.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.54%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=63.54%
G=11.60%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115214500.820.610.55344.6869.1226.67
Hex73152D0523D37159451b
Octal16325550122756753110533
Binary11100111010110110101010010111101110111101011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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