#73102D

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

Shades of Claret #73102D

Tints of Claret #73102D

Color information

#73102D (or 0x73102D) is unknown color: approx Claret. HEX triplet: 73, 10 and 2D. RGB value is (115,16,45). Sum of RGB (Red+Green+Blue) = 115+16+45=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73102D is #8CEFD2. Grayscale: #303030. Windows color (decimal): -9236435 or 2953331. OLE color: 2953331.

HSL color Cylindrical-coordinate representation of color #73102D: hue angle of 342.42º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73102D is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1151645-
CMYK00.860.610.55
HSL342.42º75.57%25.69%-
HSV(B)342.42º86.09%45.1%-
XYZ7.734.22.89-
YUV48.91125.8175.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=65.34%
G=9.09%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115164500.860.610.55342.4275.5725.69
Hex73102D0563D371564c1a
Octal16320550126756752611432
Binary11100111000010110101010110111101110111101010110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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