Html Css Color HEX #84151D Red Berry

📋 copy color: '#84151D'

red 132 ◦ green 21 ◦ blue 29

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

Shades of Red Berry #84151D

Tints of Red Berry #84151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 72.53%
G = 11.54%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84151D (or 0x84151D) is known color: Red Berry. HEX triplet: 84, 15 and 1D. RGB value is (132,21,29). Sum of RGB (Red+Green+Blue) = 132+21+29=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #84151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84151D is #7BEAE2. Grayscale: #373737. Windows color (decimal): -8121059 or 1906052. OLE color: 1906052.

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

Color convert

RGB 132 21 29 -
CMYK 0 0.84 0.78 0.48
HSL 355.68º 0.73% 0.3% -
HSV(B) 355.68º 0.84% 0.52% -
XYZ 10.01 5.53 1.7 -
YUV 55.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 132 21 29 0 0.84 0.78 0.48 355.68 0.73 0.3
Hex 84 15 1D 0 54 4E 30 164 49 1E
Octal 204 25 35 0 124 116 60 544 111 36
Binary 10000100 10101 11101 0 1010100 1001110 110000 101100100 1001001 11110

Color Harmonies of #84151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84151D

Black with #84151D

Text Example


Text Example

White with #84151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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