#7F1527

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

Shades of Red Berry #7F1527

Tints of Red Berry #7F1527

Color information

#7F1527 (or 0x7F1527) is unknown color: approx Red Berry. HEX triplet: 7F, 15 and 27. RGB value is (127,21,39). Sum of RGB (Red+Green+Blue) = 127+21+39=187 (24% of max value = 765). Red value is 127 (50% from 255 or 67.91% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1527 is #80EAD8. Grayscale: #363636. Windows color (decimal): -8448729 or 2561407. OLE color: 2561407.

HSL color Cylindrical-coordinate representation of color #7F1527: hue angle of 349.81º 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 #7F1527 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1272139-
CMYK00.830.690.50
HSL349.81º71.62%29.02%-
HSV(B)349.81º83.46%49.8%-
XYZ9.395.192.43-
YUV54.75119.12179.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.91%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=67.91%
G=11.23%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127213900.830.690.50349.8171.6229.02
Hex7F1527053453215e481d
Octal177254701231056253611035
Binary111111110101100111010100111000101110010101011110100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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