#7F1A23

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

Shades of Red Berry #7F1A23

Tints of Red Berry #7F1A23

Color information

#7F1A23 (or 0x7F1A23) is unknown color: approx Red Berry. HEX triplet: 7F, 1A and 23. RGB value is (127,26,35). Sum of RGB (Red+Green+Blue) = 127+26+35=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A23 is #80E5DC. Grayscale: #393939. Windows color (decimal): -8447453 or 2300543. OLE color: 2300543.

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

Color convert

RGB1272635-
CMYK00.800.720.50
HSL354.65º66.01%30%-
HSV(B)354.65º79.53%49.8%-
XYZ9.435.372.13-
YUV57.22115.46177.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.55%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 35 (14.06% from 255) = 18.62%
R=67.55%
G=13.83%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127263500.800.720.50354.6566.0130
Hex7F1A230504832163421e
Octal177324301201106254310236
Binary111111111010100011010100001001000110010101100011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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