#73102E

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

Shades of Claret #73102E

Tints of Claret #73102E

Color information

#73102E (or 0x73102E) is unknown color: approx Claret. HEX triplet: 73, 10 and 2E. RGB value is (115,16,46). Sum of RGB (Red+Green+Blue) = 115+16+46=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73102E is #8CEFD1. Grayscale: #313131. Windows color (decimal): -9236434 or 3018867. OLE color: 3018867.

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

Color convert

RGB1151646-
CMYK00.860.60.55
HSL341.82º75.57%25.69%-
HSV(B)341.82º86.09%45.1%-
XYZ7.754.212.99-
YUV49.02126.3175.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=64.97%
G=9.04%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115164600.860.60.55341.8275.5725.69
Hex73102E0563C371564c1a
Octal16320560126746752611432
Binary11100111000010111001010110111100110111101010110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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