Html Css Color HEX #831420 Red Berry

📋 copy color: '#831420'

red 131 ◦ green 20 ◦ blue 32

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

Shades of Red Berry #831420

Tints of Red Berry #831420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

 BLUE value IS 32 (12.89% from 255) = 17.49%

R = 71.58%
G = 10.93%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#831420 (or 0x831420) is known color: Red Berry. HEX triplet: 83, 14 and 20. RGB value is (131,20,32). Sum of RGB (Red+Green+Blue) = 131+20+32=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #831420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831420 is #7CEBDF. Grayscale: #363636. Windows color (decimal): -8186848 or 2102403. OLE color: 2102403.

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

Color convert

RGB 131 20 32 -
CMYK 0 0.85 0.76 0.49
HSL 353.51º 0.74% 0.3% -
HSV(B) 353.51º 0.85% 0.51% -
XYZ 9.87 5.43 1.89 -
YUV 54.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 131 20 32 0 0.85 0.76 0.49 353.51 0.74 0.3
Hex 83 14 20 0 55 4C 31 162 4A 1E
Octal 203 24 40 0 125 114 61 542 112 36
Binary 10000011 10100 100000 0 1010101 1001100 110001 101100010 1001010 11110

Color Harmonies of #831420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831420

Black with #831420

Text Example


Text Example

White with #831420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831420; }

 p { color: rgb(131,20,32); }

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

background-color css

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

 a { background-color: rgb(131,20,32); }

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

border-color css

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

 span { border-color: rgb(131,20,32); }

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