#73121D

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

Shades of Red Berry #73121D

Tints of Red Berry #73121D

Color information

#73121D (or 0x73121D) is unknown color: approx Red Berry. HEX triplet: 73, 12 and 1D. RGB value is (115,18,29). Sum of RGB (Red+Green+Blue) = 115+18+29=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73121D is #8CEDE2. Grayscale: #303030. Windows color (decimal): -9235939 or 1905267. OLE color: 1905267.

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

Color convert

RGB1151829-
CMYK00.840.750.55
HSL353.2º72.93%26.08%-
HSV(B)353.2º84.35%45.1%-
XYZ7.514.171.57-
YUV48.26117.14175.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.99%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=70.99%
G=11.11%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115182900.840.750.55353.272.9326.08
Hex73121D0544B37161491a
Octal163223501241136754111132
Binary11100111001011101010101001001011110111101100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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