Html Css Color HEX #83161E Red Berry

📋 copy color: '#83161E'

red 131 ◦ green 22 ◦ blue 30

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

Shades of Red Berry #83161E

Tints of Red Berry #83161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.39%

R = 71.58%
G = 12.02%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#83161E (or 0x83161E) is known color: Red Berry. HEX triplet: 83, 16 and 1E. RGB value is (131,22,30). Sum of RGB (Red+Green+Blue) = 131+22+30=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #83161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83161E is #7CE9E1. Grayscale: #373737. Windows color (decimal): -8186338 or 1971843. OLE color: 1971843.

HSL color Cylindrical-coordinate representation of color #83161E: hue angle of 355.6º 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 #83161E is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 22 30 -
CMYK 0 0.83 0.77 0.49
HSL 355.6º 0.71% 0.3% -
HSV(B) 355.6º 0.83% 0.51% -
XYZ 9.88 5.49 1.77 -
YUV 55.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 131 22 30 0 0.83 0.77 0.49 355.6 0.71 0.3
Hex 83 16 1E 0 53 4D 31 164 47 1E
Octal 203 26 36 0 123 115 61 544 107 36
Binary 10000011 10110 11110 0 1010011 1001101 110001 101100100 1000111 11110

Color Harmonies of #83161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83161E

Black with #83161E

Text Example


Text Example

White with #83161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83161E; }

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

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

background-color css

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

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

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

border-color css

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

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

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