#73242C

Color #73242C Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #73242C

Tints of Red Berry #73242C

Color information

#73242C (or 0x73242C) is unknown color: approx Red Berry. HEX triplet: 73, 24 and 2C. RGB value is (115,36,44). Sum of RGB (Red+Green+Blue) = 115+36+44=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #73242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73242C is #8CDBD3. Grayscale: #3C3C3C. Windows color (decimal): -9231316 or 2892915. OLE color: 2892915.

HSL color Cylindrical-coordinate representation of color #73242C: hue angle of 353.92º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73242C is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1153644-
CMYK00.690.620.55
HSL353.92º52.32%29.61%-
HSV(B)353.92º68.7%45.1%-
XYZ8.165.092.94-
YUV60.53118.67166.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=58.97%
G=18.46%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115364400.690.620.55353.9252.3229.61
Hex73242C0453E37162341e
Octal1634454010576675426436
Binary11100111001001011000100010111111011011110110001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73242C; }

 p { color: rgb(115,36,44); }

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

<style>
 a { background-color: #73242C; }

 a { background-color: rgb(115,36,44); }

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

<style>
 span { border-color: #73242C; }

 span { border-color: rgb(115,36,44); }

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