#84151B

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

Shades of Red Berry #84151B

Tints of Red Berry #84151B

Color information

#84151B (or 0x84151B) is unknown color: approx Red Berry. HEX triplet: 84, 15 and 1B. RGB value is (132,21,27). Sum of RGB (Red+Green+Blue) = 132+21+27=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #84151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84151B is #7BEAE4. Grayscale: #363636. Windows color (decimal): -8121061 or 1774980. OLE color: 1774980.

HSL color Cylindrical-coordinate representation of color #84151B: hue angle of 356.76º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84151B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1322127-
CMYK00.840.800.48
HSL356.76º72.55%30%-
HSV(B)356.76º84.09%51.76%-
XYZ9.985.521.58-
YUV54.87112.27183.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 73.33%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 27 (10.94% from 255) = 15%
R=73.33%
G=11.67%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132212700.840.800.48356.7672.5530
Hex84151B0545030165491e
Octal204253301241206054511136
Binary100001001010111011010101001010000110000101100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84151B; }

 p { color: rgb(132,21,27); }

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

<style>
 a { background-color: #84151B; }

 a { background-color: rgb(132,21,27); }

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

<style>
 span { border-color: #84151B; }

 span { border-color: rgb(132,21,27); }

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