#73242D

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

Shades of Red Berry #73242D

Tints of Red Berry #73242D

Color information

#73242D (or 0x73242D) is unknown color: approx Red Berry. HEX triplet: 73, 24 and 2D. RGB value is (115,36,45). Sum of RGB (Red+Green+Blue) = 115+36+45=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73242D is #8CDBD2. Grayscale: #3C3C3C. Windows color (decimal): -9231315 or 2958451. OLE color: 2958451.

HSL color Cylindrical-coordinate representation of color #73242D: hue angle of 353.16º 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 #73242D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1153645-
CMYK00.690.610.55
HSL353.16º52.32%29.61%-
HSV(B)353.16º68.7%45.1%-
XYZ8.175.13.04-
YUV60.65119.17166.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.67%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=58.67%
G=18.37%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115364500.690.610.55353.1652.3229.61
Hex73242D0453D37161341e
Octal1634455010575675416436
Binary11100111001001011010100010111110111011110110000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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