#73213B

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

Shades of Claret #73213B

Tints of Claret #73213B

Color information

#73213B (or 0x73213B) is unknown color: approx Claret. HEX triplet: 73, 21 and 3B. RGB value is (115,33,59). Sum of RGB (Red+Green+Blue) = 115+33+59=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #73213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73213B is #8CDEC4. Grayscale: #3C3C3C. Windows color (decimal): -9232069 or 3875187. OLE color: 3875187.

HSL color Cylindrical-coordinate representation of color #73213B: hue angle of 340.98º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73213B is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1153359-
CMYK00.710.490.55
HSL340.98º55.41%29.02%-
HSV(B)340.98º71.3%45.1%-
XYZ8.45.054.67-
YUV60.48127.17166.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 59 (23.44% from 255) = 28.50%
R=55.56%
G=15.94%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115335900.710.490.55340.9855.4129.02
Hex73213B0473137155371d
Octal1634173010761675256735
Binary11100111000011110110100011111000111011110101010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73213B; }

 p { color: rgb(115,33,59); }

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

<style>
 a { background-color: #73213B; }

 a { background-color: rgb(115,33,59); }

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

<style>
 span { border-color: #73213B; }

 span { border-color: rgb(115,33,59); }

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