Html Css Color HEX #83080D Sangria

📋 copy color: '#83080D'

red 131 ◦ green 8 ◦ blue 13

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

Shades of Sangria #83080D

Tints of Sangria #83080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 86.18%
G = 5.26%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#83080D (or 0x83080D) is known color: Sangria. HEX triplet: 83, 08 and 0D. RGB value is (131,8,13). Sum of RGB (Red+Green+Blue) = 131+8+13=152 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.18% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 131 - color contains mainly: red. Hex color #83080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83080D is #7CF7F2. Grayscale: #2D2D2D. Windows color (decimal): -8189939 or 854147. OLE color: 854147.

HSL color Cylindrical-coordinate representation of color #83080D: hue angle of 357.56º 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 #83080D is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 13 -
CMYK 0 0.94 0.90 0.49
HSL 357.56º 0.88% 0.27% -
HSV(B) 357.56º 0.94% 0.51% -
XYZ 9.52 5.03 0.85 -
YUV 45.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 131 8 13 0 0.94 0.90 0.49 357.56 0.88 0.27
Hex 83 8 D 0 5E 5A 31 166 58 1B
Octal 203 10 15 0 136 132 61 546 130 33
Binary 10000011 1000 1101 0 1011110 1011010 110001 101100110 1011000 11011

Color Harmonies of #83080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83080D

Black with #83080D

Text Example


Text Example

White with #83080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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