#73122F

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

Shades of Claret #73122F

Tints of Claret #73122F

Color information

#73122F (or 0x73122F) is unknown color: approx Claret. HEX triplet: 73, 12 and 2F. RGB value is (115,18,47). Sum of RGB (Red+Green+Blue) = 115+18+47=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73122F is #8CEDD0. Grayscale: #323232. Windows color (decimal): -9235921 or 3084915. OLE color: 3084915.

HSL color Cylindrical-coordinate representation of color #73122F: hue angle of 342.06º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73122F is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1151847-
CMYK00.840.590.55
HSL342.06º72.93%26.08%-
HSV(B)342.06º84.35%45.1%-
XYZ7.84.283.1-
YUV50.31126.14174.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.89%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 47 (18.75% from 255) = 26.11%
R=63.89%
G=10%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115184700.840.590.55342.0672.9326.08
Hex73122F0543B37156491a
Octal16322570124736752611132
Binary11100111001010111101010100111011110111101010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73122F; }

 p { color: rgb(115,18,47); }

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

<style>
 a { background-color: #73122F; }

 a { background-color: rgb(115,18,47); }

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

<style>
 span { border-color: #73122F; }

 span { border-color: rgb(115,18,47); }

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