Html Css Color HEX #831620 Red Berry

📋 copy color: '#831620'

red 131 ◦ green 22 ◦ blue 32

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

Shades of Red Berry #831620

Tints of Red Berry #831620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

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

R = 70.81%
G = 11.89%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#831620 (or 0x831620) is known color: Red Berry. HEX triplet: 83, 16 and 20. RGB value is (131,22,32). Sum of RGB (Red+Green+Blue) = 131+22+32=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #831620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831620 is #7CE9DF. Grayscale: #373737. Windows color (decimal): -8186336 or 2102915. OLE color: 2102915.

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

Color convert

RGB 131 22 32 -
CMYK 0 0.83 0.76 0.49
HSL 354.5º 0.71% 0.3% -
HSV(B) 354.5º 0.83% 0.51% -
XYZ 9.91 5.5 1.91 -
YUV 55.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 131 22 32 0 0.83 0.76 0.49 354.5 0.71 0.3
Hex 83 16 20 0 53 4C 31 162 47 1E
Octal 203 26 40 0 123 114 61 542 107 36
Binary 10000011 10110 100000 0 1010011 1001100 110001 101100010 1000111 11110

Color Harmonies of #831620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831620

Black with #831620

Text Example


Text Example

White with #831620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831620; }

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

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

background-color css

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

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

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

border-color css

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

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

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