Html Css Color HEX #84151B Red Berry

📋 copy color: '#84151B'

red 132 ◦ green 21 ◦ blue 27

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

Shades of Red Berry #84151B

Tints of Red Berry #84151B

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 value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84151B (or 0x84151B) is known color: 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

RGB 132 21 27 -
CMYK 0 0.84 0.80 0.48
HSL 356.76º 0.73% 0.3% -
HSV(B) 356.76º 0.84% 0.52% -
XYZ 9.98 5.52 1.58 -
YUV 54.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 132 21 27 0 0.84 0.80 0.48 356.76 0.73 0.3
Hex 84 15 1B 0 54 50 30 165 49 1E
Octal 204 25 33 0 124 120 60 545 111 36
Binary 10000100 10101 11011 0 1010100 1010000 110000 101100101 1001001 11110

Color Harmonies of #84151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84151B

Black with #84151B

Text Example


Text Example

White with #84151B

Text Example


Text Example

HTML Codes & Css Web 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>