Html Css Color HEX #83080E Sangria

📋 copy color: '#83080E'

red 131 ◦ green 8 ◦ blue 14

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

Shades of Sangria #83080E

Tints of Sangria #83080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

 BLUE value IS 14 (5.86% from 255) = 9.15%

R = 85.62%
G = 5.23%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83080E (or 0x83080E) is known color: Sangria. HEX triplet: 83, 08 and 0E. RGB value is (131,8,14). Sum of RGB (Red+Green+Blue) = 131+8+14=153 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.62% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 131 - color contains mainly: red. Hex color #83080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83080E is #7CF7F1. Grayscale: #2D2D2D. Windows color (decimal): -8189938 or 919683. OLE color: 919683.

HSL color Cylindrical-coordinate representation of color #83080E: hue angle of 357.07º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83080E is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 14 -
CMYK 0 0.94 0.89 0.49
HSL 357.07º 0.88% 0.27% -
HSV(B) 357.07º 0.94% 0.51% -
XYZ 9.53 5.03 0.88 -
YUV 45.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 131 8 14 0 0.94 0.89 0.49 357.07 0.88 0.27
Hex 83 8 E 0 5E 59 31 165 58 1B
Octal 203 10 16 0 136 131 61 545 130 33
Binary 10000011 1000 1110 0 1011110 1011001 110001 101100101 1011000 11011

Color Harmonies of #83080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83080E

Black with #83080E

Text Example


Text Example

White with #83080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,8,14); }

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

background-color css

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

 a { background-color: rgb(131,8,14); }

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

border-color css

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

 span { border-color: rgb(131,8,14); }

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