#84161B

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

Shades of Red Berry #84161B

Tints of Red Berry #84161B

Color information

#84161B (or 0x84161B) is unknown color: approx Red Berry. HEX triplet: 84, 16 and 1B. RGB value is (132,22,27). Sum of RGB (Red+Green+Blue) = 132+22+27=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #84161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84161B is #7BE9E4. Grayscale: #373737. Windows color (decimal): -8120805 or 1775236. OLE color: 1775236.

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

Color convert

RGB1322227-
CMYK00.830.800.48
HSL357.27º71.43%30.2%-
HSV(B)357.27º83.33%51.76%-
XYZ105.561.58-
YUV55.46111.94182.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 72.93%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=72.93%
G=12.15%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132222700.830.800.48357.2771.4330.2
Hex84161B0535030165471e
Octal204263301231206054510736
Binary100001001011011011010100111010000110000101100101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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