#73242E

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

Shades of Red Berry #73242E

Tints of Red Berry #73242E

Color information

#73242E (or 0x73242E) is unknown color: approx Red Berry. HEX triplet: 73, 24 and 2E. RGB value is (115,36,46). Sum of RGB (Red+Green+Blue) = 115+36+46=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73242E is #8CDBD1. Grayscale: #3C3C3C. Windows color (decimal): -9231314 or 3023987. OLE color: 3023987.

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

Color convert

RGB1153646-
CMYK00.690.60.55
HSL352.41º52.32%29.61%-
HSV(B)352.41º68.7%45.1%-
XYZ8.195.13.14-
YUV60.76119.67166.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=58.38%
G=18.27%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115364600.690.60.55352.4152.3229.61
Hex73242E0453C37160341e
Octal1634456010574675406436
Binary11100111001001011100100010111110011011110110000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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