Html Css Color HEX #83161C Red Berry

📋 copy color: '#83161C'

red 131 ◦ green 22 ◦ blue 28

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

Shades of Red Berry #83161C

Tints of Red Berry #83161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 72.38%
G = 12.15%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#83161C (or 0x83161C) is known color: Red Berry. HEX triplet: 83, 16 and 1C. RGB value is (131,22,28). Sum of RGB (Red+Green+Blue) = 131+22+28=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #83161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83161C is #7CE9E3. Grayscale: #373737. Windows color (decimal): -8186340 or 1840771. OLE color: 1840771.

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

Color convert

RGB 131 22 28 -
CMYK 0 0.83 0.79 0.49
HSL 356.7º 0.71% 0.3% -
HSV(B) 356.7º 0.83% 0.51% -
XYZ 9.86 5.48 1.64 -
YUV 55.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 131 22 28 0 0.83 0.79 0.49 356.7 0.71 0.3
Hex 83 16 1C 0 53 4F 31 165 47 1E
Octal 203 26 34 0 123 117 61 545 107 36
Binary 10000011 10110 11100 0 1010011 1001111 110001 101100101 1000111 11110

Color Harmonies of #83161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83161C

Black with #83161C

Text Example


Text Example

White with #83161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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