Html Css Color HEX #831519 Red Berry

📋 copy color: '#831519'

red 131 ◦ green 21 ◦ blue 25

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

Shades of Red Berry #831519

Tints of Red Berry #831519

RGB

 RED value IS 131 (51.56% from 255) = 74.01%

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

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

R = 74.01%
G = 11.86%
B = 14.12%

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

#831519 (or 0x831519) is known color: Red Berry. HEX triplet: 83, 15 and 19. RGB value is (131,21,25). Sum of RGB (Red+Green+Blue) = 131+21+25=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #831519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831519 is #7CEAE6. Grayscale: #363636. Windows color (decimal): -8186599 or 1643907. OLE color: 1643907.

HSL color Cylindrical-coordinate representation of color #831519: hue angle of 357.82º 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 #831519 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 21 25 -
CMYK 0 0.84 0.81 0.49
HSL 357.82º 0.72% 0.3% -
HSV(B) 357.82º 0.84% 0.51% -
XYZ 9.8 5.43 1.45 -
YUV 54.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 131 21 25 0 0.84 0.81 0.49 357.82 0.72 0.3
Hex 83 15 19 0 54 51 31 166 48 1E
Octal 203 25 31 0 124 121 61 546 110 36
Binary 10000011 10101 11001 0 1010100 1010001 110001 101100110 1001000 11110

Color Harmonies of #831519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831519

Black with #831519

Text Example


Text Example

White with #831519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831519; }

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

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

background-color css

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

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

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

border-color css

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

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

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