#7F1823

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

Shades of Red Berry #7F1823

Tints of Red Berry #7F1823

Color information

#7F1823 (or 0x7F1823) is unknown color: approx Red Berry. HEX triplet: 7F, 18 and 23. RGB value is (127,24,35). Sum of RGB (Red+Green+Blue) = 127+24+35=186 (24% of max value = 765). Red value is 127 (50% from 255 or 68.28% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1823 is #80E7DC. Grayscale: #383838. Windows color (decimal): -8447965 or 2300031. OLE color: 2300031.

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

Color convert

RGB1272435-
CMYK00.810.720.50
HSL353.59º68.21%29.61%-
HSV(B)353.59º81.1%49.8%-
XYZ9.385.292.12-
YUV56.05116.12178.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 68.28%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 35 (14.06% from 255) = 18.82%
R=68.28%
G=12.90%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127243500.810.720.50353.5968.2129.61
Hex7F18230514832162441e
Octal177304301211106254210436
Binary111111111000100011010100011001000110010101100010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,24,35); }

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

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

 a { background-color: rgb(127,24,35); }

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

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

 span { border-color: rgb(127,24,35); }

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