#7F1A20

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

Shades of Red Berry #7F1A20

Tints of Red Berry #7F1A20

Color information

#7F1A20 (or 0x7F1A20) is unknown color: approx Red Berry. HEX triplet: 7F, 1A and 20. RGB value is (127,26,32). Sum of RGB (Red+Green+Blue) = 127+26+32=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A20 is #80E5DF. Grayscale: #383838. Windows color (decimal): -8447456 or 2103935. OLE color: 2103935.

HSL color Cylindrical-coordinate representation of color #7F1A20: hue angle of 356.44º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A20 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1272632-
CMYK00.800.750.50
HSL356.44º66.01%30%-
HSV(B)356.44º79.53%49.8%-
XYZ9.385.361.91-
YUV56.88113.96178.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 68.65%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=68.65%
G=14.05%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127263200.800.750.50356.4466.0130
Hex7F1A200504B32164421e
Octal177324001201136254410236
Binary111111111010100000010100001001011110010101100100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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