#73151D

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

Shades of Red Berry #73151D

Tints of Red Berry #73151D

Color information

#73151D (or 0x73151D) is unknown color: approx Red Berry. HEX triplet: 73, 15 and 1D. RGB value is (115,21,29). Sum of RGB (Red+Green+Blue) = 115+21+29=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #73151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73151D is #8CEAE2. Grayscale: #323232. Windows color (decimal): -9235171 or 1906035. OLE color: 1906035.

HSL color Cylindrical-coordinate representation of color #73151D: hue angle of 354.89º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73151D is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1152129-
CMYK00.820.750.55
HSL354.89º69.12%26.67%-
HSV(B)354.89º81.74%45.1%-
XYZ7.564.271.59-
YUV50.02116.14174.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.70%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=69.70%
G=12.73%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115212900.820.750.55354.8969.1226.67
Hex73151D0524B37163451b
Octal163253501221136754310533
Binary11100111010111101010100101001011110111101100011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,21,29); }

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

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

 a { background-color: rgb(115,21,29); }

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

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

 span { border-color: rgb(115,21,29); }

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