#7F1520

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

Shades of Red Berry #7F1520

Tints of Red Berry #7F1520

Color information

#7F1520 (or 0x7F1520) is unknown color: approx Red Berry. HEX triplet: 7F, 15 and 20. RGB value is (127,21,32). Sum of RGB (Red+Green+Blue) = 127+21+32=180 (23% of max value = 765). Red value is 127 (50% from 255 or 70.56% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1520 is #80EADF. Grayscale: #363636. Windows color (decimal): -8448736 or 2102655. OLE color: 2102655.

HSL color Cylindrical-coordinate representation of color #7F1520: hue angle of 353.77º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1520 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1272132-
CMYK00.830.750.50
HSL353.77º71.62%29.02%-
HSV(B)353.77º83.46%49.8%-
XYZ9.285.151.87-
YUV53.95115.62180.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 70.56%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=70.56%
G=11.67%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127213200.830.750.50353.7771.6229.02
Hex7F15200534B32162481d
Octal177254001231136254211035
Binary111111110101100000010100111001011110010101100010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F1520; }

 p { color: rgb(127,21,32); }

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

<style>
 a { background-color: #7F1520; }

 a { background-color: rgb(127,21,32); }

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

<style>
 span { border-color: #7F1520; }

 span { border-color: rgb(127,21,32); }

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