#73232F

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

Shades of Claret #73232F

Tints of Claret #73232F

Color information

#73232F (or 0x73232F) is unknown color: approx Claret. HEX triplet: 73, 23 and 2F. RGB value is (115,35,47). Sum of RGB (Red+Green+Blue) = 115+35+47=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73232F is #8CDCD0. Grayscale: #3C3C3C. Windows color (decimal): -9231569 or 3089267. OLE color: 3089267.

HSL color Cylindrical-coordinate representation of color #73232F: hue angle of 351º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73232F is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1153547-
CMYK00.700.590.55
HSL351º53.33%29.41%-
HSV(B)351º69.57%45.1%-
XYZ8.185.053.23-
YUV60.29120.5167.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 47 (18.75% from 255) = 23.86%
R=58.38%
G=17.77%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115354700.700.590.5535153.3329.41
Hex73232F0463B3715f351d
Octal1634357010673675376535
Binary11100111000111011110100011011101111011110101111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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