#7B1927

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

Shades of Red Berry #7B1927

Tints of Red Berry #7B1927

Color information

#7B1927 (or 0x7B1927) is unknown color: approx Red Berry. HEX triplet: 7B, 19 and 27. RGB value is (123,25,39). Sum of RGB (Red+Green+Blue) = 123+25+39=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1927 is #84E6D8. Grayscale: #373737. Windows color (decimal): -8709849 or 2562427. OLE color: 2562427.

HSL color Cylindrical-coordinate representation of color #7B1927: hue angle of 351.43º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B1927 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB1232539-
CMYK00.800.680.52
HSL351.43º66.22%29.02%-
HSV(B)351.43º79.67%48.24%-
XYZ8.885.052.43-
YUV55.9118.47175.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.78%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=65.78%
G=13.37%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123253900.800.680.52351.4366.2229.02
Hex7B1927050443415f421d
Octal173314701201046453710235
Binary111101111001100111010100001000100110100101011111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,25,39); }

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

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

 a { background-color: rgb(123,25,39); }

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

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

 span { border-color: rgb(123,25,39); }

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