#7B1227

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

Shades of Red Berry #7B1227

Tints of Red Berry #7B1227

Color information

#7B1227 (or 0x7B1227) is unknown color: approx Red Berry. HEX triplet: 7B, 12 and 27. RGB value is (123,18,39). Sum of RGB (Red+Green+Blue) = 123+18+39=180 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.33% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1227 is #84EDD8. Grayscale: #333333. Windows color (decimal): -8711641 or 2560635. OLE color: 2560635.

HSL color Cylindrical-coordinate representation of color #7B1227: hue angle of 348º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1227 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB1231839-
CMYK00.850.680.52
HSL348º74.47%27.65%-
HSV(B)348º85.37%48.24%-
XYZ8.754.792.38-
YUV51.79120.79178.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 68.33%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 39 (15.62% from 255) = 21.67%
R=68.33%
G=10%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123183900.850.680.5234874.4727.65
Hex7B1227055443415c4a1c
Octal173224701251046453411234
Binary111101110010100111010101011000100110100101011100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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