#84161A

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

Shades of Red Berry #84161A

Tints of Red Berry #84161A

Color information

#84161A (or 0x84161A) is unknown color: approx Red Berry. HEX triplet: 84, 16 and 1A. RGB value is (132,22,26). Sum of RGB (Red+Green+Blue) = 132+22+26=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #84161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84161A is #7BE9E5. Grayscale: #373737. Windows color (decimal): -8120806 or 1709700. OLE color: 1709700.

HSL color Cylindrical-coordinate representation of color #84161A: hue angle of 357.82º 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 #84161A is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1322226-
CMYK00.830.800.48
HSL357.82º71.43%30.2%-
HSV(B)357.82º83.33%51.76%-
XYZ9.995.551.52-
YUV55.35111.44182.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 73.33%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 26 (10.55% from 255) = 14.44%
R=73.33%
G=12.22%
B=14.44%

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
Decimal132222600.830.800.48357.8271.4330.2
Hex84161A0535030166471e
Octal204263201231206054610736
Binary100001001011011010010100111010000110000101100110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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