#7B181B

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

Shades of Red Berry #7B181B

Tints of Red Berry #7B181B

Color information

#7B181B (or 0x7B181B) is unknown color: approx Red Berry. HEX triplet: 7B, 18 and 1B. RGB value is (123,24,27). Sum of RGB (Red+Green+Blue) = 123+24+27=174 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.69% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 123 - color contains mainly: red. Hex color #7B181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B181B is #84E7E4. Grayscale: #363636. Windows color (decimal): -8710117 or 1775739. OLE color: 1775739.

HSL color Cylindrical-coordinate representation of color #7B181B: hue angle of 358.18º degrees, saturation: 0.67, 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 #7B181B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB1232427-
CMYK00.800.780.52
HSL358.18º67.35%28.82%-
HSV(B)358.18º80.49%48.24%-
XYZ8.694.941.53-
YUV53.94112.8177.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 70.69%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 27 (10.94% from 255) = 15.52%
R=70.69%
G=13.79%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123242700.800.780.52358.1867.3528.82
Hex7B181B0504E34166431d
Octal173303301201166454610335
Binary11110111100011011010100001001110110100101100110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,24,27); }

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

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

 a { background-color: rgb(123,24,27); }

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

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

 span { border-color: rgb(123,24,27); }

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