#7B1E22

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

Shades of Red Berry #7B1E22

Tints of Red Berry #7B1E22

Color information

#7B1E22 (or 0x7B1E22) is unknown color: approx Red Berry. HEX triplet: 7B, 1E and 22. RGB value is (123,30,34). Sum of RGB (Red+Green+Blue) = 123+30+34=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1E22 is #84E1DD. Grayscale: #3A3A3A. Windows color (decimal): -8708574 or 2236027. OLE color: 2236027.

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

Color convert

RGB1233034-
CMYK00.760.720.52
HSL357.42º60.78%30%-
HSV(B)357.42º75.61%48.24%-
XYZ8.925.252.06-
YUV58.26114.31174.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.78%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=65.78%
G=16.04%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123303400.760.720.52357.4260.7830
Hex7B1E2204C48341653d1e
Octal17336420114110645457536
Binary11110111111010001001001100100100011010010110010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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