#7F1719

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

Shades of Red Berry #7F1719

Tints of Red Berry #7F1719

Color information

#7F1719 (or 0x7F1719) is unknown color: approx Red Berry. HEX triplet: 7F, 17 and 19. RGB value is (127,23,25). Sum of RGB (Red+Green+Blue) = 127+23+25=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1719 is #80E8E6. Grayscale: #363636. Windows color (decimal): -8448231 or 1644415. OLE color: 1644415.

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

Color convert

RGB1272325-
CMYK00.820.800.50
HSL358.85º69.33%29.41%-
HSV(B)358.85º81.89%49.8%-
XYZ9.235.21.44-
YUV54.32111.46179.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 72.57%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=72.57%
G=13.14%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127232500.820.800.50358.8569.3329.41
Hex7F17190525032167451d
Octal177273101221206254710535
Binary11111111011111001010100101010000110010101100111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,23,25); }

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

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

 a { background-color: rgb(127,23,25); }

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

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

 span { border-color: rgb(127,23,25); }

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