#7E1F22

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

Shades of Red Berry #7E1F22

Tints of Red Berry #7E1F22

Color information

#7E1F22 (or 0x7E1F22) is unknown color: approx Red Berry. HEX triplet: 7E, 1F and 22. RGB value is (126,31,34). Sum of RGB (Red+Green+Blue) = 126+31+34=191 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.97% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1F22 is #81E0DD. Grayscale: #3B3B3B. Windows color (decimal): -8511710 or 2236286. OLE color: 2236286.

HSL color Cylindrical-coordinate representation of color #7E1F22: hue angle of 358.11º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E1F22 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB1263134-
CMYK00.750.730.51
HSL358.11º60.51%30.78%-
HSV(B)358.11º75.4%49.41%-
XYZ9.385.532.09-
YUV59.75113.47175.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 65.97%
GREEN value IS 31 (12.5% from 255) = 16.23%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=65.97%
G=16.23%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126313400.750.730.51358.1160.5130.78
Hex7E1F2204B49331663d1f
Octal17637420113111635467537
Binary11111101111110001001001011100100111001110110011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,31,34); }

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

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

 a { background-color: rgb(126,31,34); }

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

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

 span { border-color: rgb(126,31,34); }

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