#7B1E28

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

Shades of Red Berry #7B1E28

Tints of Red Berry #7B1E28

Color information

#7B1E28 (or 0x7B1E28) is unknown color: approx Red Berry. HEX triplet: 7B, 1E and 28. RGB value is (123,30,40). Sum of RGB (Red+Green+Blue) = 123+30+40=193 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.73% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1E28 is #84E1D7. Grayscale: #3A3A3A. Windows color (decimal): -8708568 or 2629243. OLE color: 2629243.

HSL color Cylindrical-coordinate representation of color #7B1E28: hue angle of 353.55º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B1E28 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB1233040-
CMYK00.760.670.52
HSL353.55º60.78%30%-
HSV(B)353.55º75.61%48.24%-
XYZ9.025.292.55-
YUV58.95117.31173.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 63.73%
GREEN value IS 30 (12.11% from 255) = 15.54%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=63.73%
G=15.54%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123304000.760.670.52353.5560.7830
Hex7B1E2804C43341623d1e
Octal17336500114103645427536
Binary11110111111010100001001100100001111010010110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,30,40); }

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

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

 a { background-color: rgb(123,30,40); }

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

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

 span { border-color: rgb(123,30,40); }

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