#7B1A27

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

Shades of Red Berry #7B1A27

Tints of Red Berry #7B1A27

Color information

#7B1A27 (or 0x7B1A27) is unknown color: approx Red Berry. HEX triplet: 7B, 1A and 27. RGB value is (123,26,39). Sum of RGB (Red+Green+Blue) = 123+26+39=188 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.43% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1A27 is #84E5D8. Grayscale: #383838. Windows color (decimal): -8709593 or 2562683. OLE color: 2562683.

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

Color convert

RGB1232639-
CMYK00.790.680.52
HSL351.96º65.1%29.22%-
HSV(B)351.96º78.86%48.24%-
XYZ8.95.12.43-
YUV56.48118.14175.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.43%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=65.43%
G=13.83%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123263900.790.680.52351.9665.129.22
Hex7B1A2704F4434160411d
Octal173324701171046454010135
Binary111101111010100111010011111000100110100101100000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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