Html Css Color HEX #84151E Red Berry

📋 copy color: '#84151E'

red 132 ◦ green 21 ◦ blue 30

#84151E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #84151E

Tints of Red Berry #84151E

RGB

 RED value IS 132 (51.95% from 255) = 72.13%

 GREEN value IS 21 (8.59% from 255) = 11.48%

 BLUE value IS 30 (12.11% from 255) = 16.39%

R = 72.13%
G = 11.48%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84151E (or 0x84151E) is known color: Red Berry. HEX triplet: 84, 15 and 1E. RGB value is (132,21,30). Sum of RGB (Red+Green+Blue) = 132+21+30=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #84151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84151E is #7BEAE1. Grayscale: #373737. Windows color (decimal): -8121058 or 1971588. OLE color: 1971588.

HSL color Cylindrical-coordinate representation of color #84151E: hue angle of 355.14º 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 #84151E is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 21 30 -
CMYK 0 0.84 0.77 0.48
HSL 355.14º 0.73% 0.3% -
HSV(B) 355.14º 0.84% 0.52% -
XYZ 10.02 5.54 1.77 -
YUV 55.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 132 21 30 0 0.84 0.77 0.48 355.14 0.73 0.3
Hex 84 15 1E 0 54 4D 30 163 49 1E
Octal 204 25 36 0 124 115 60 543 111 36
Binary 10000100 10101 11110 0 1010100 1001101 110000 101100011 1001001 11110

Color Harmonies of #84151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84151E

Black with #84151E

Text Example


Text Example

White with #84151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84151E;
 }
 .AnyTagClassName
 {
   color: #84151E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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