Html Css Color HEX #821519 Red Berry

📋 copy color: '#821519'

red 130 ◦ green 21 ◦ blue 25

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

Shades of Red Berry #821519

Tints of Red Berry #821519

RGB

 RED value IS 130 (51.17% from 255) = 73.86%

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

 BLUE value IS 25 (10.16% from 255) = 14.2%

R = 73.86%
G = 11.93%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#821519 (or 0x821519) is known color: Red Berry. HEX triplet: 82, 15 and 19. RGB value is (130,21,25). Sum of RGB (Red+Green+Blue) = 130+21+25=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #821519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821519 is #7DEAE6. Grayscale: #363636. Windows color (decimal): -8252135 or 1643906. OLE color: 1643906.

HSL color Cylindrical-coordinate representation of color #821519: hue angle of 357.8º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821519 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 25 -
CMYK 0 0.84 0.81 0.49
HSL 357.8º 0.72% 0.3% -
HSV(B) 357.8º 0.84% 0.51% -
XYZ 9.65 5.35 1.44 -
YUV 54.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 130 21 25 0 0.84 0.81 0.49 357.8 0.72 0.3
Hex 82 15 19 0 54 51 31 166 48 1E
Octal 202 25 31 0 124 121 61 546 110 36
Binary 10000010 10101 11001 0 1010100 1010001 110001 101100110 1001000 11110

Color Harmonies of #821519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821519

Black with #821519

Text Example


Text Example

White with #821519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821519; }

 p { color: rgb(130,21,25); }

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

background-color css

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

 a { background-color: rgb(130,21,25); }

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

border-color css

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

 span { border-color: rgb(130,21,25); }

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