Html Css Color HEX #83080A Sangria

📋 copy color: '#83080A'

red 131 ◦ green 8 ◦ blue 10

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

Shades of Sangria #83080A

Tints of Sangria #83080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.71%

R = 87.92%
G = 5.37%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#83080A (or 0x83080A) is known color: Sangria. HEX triplet: 83, 08 and 0A. RGB value is (131,8,10). Sum of RGB (Red+Green+Blue) = 131+8+10=149 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.92% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 131 - color contains mainly: red. Hex color #83080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83080A is #7CF7F5. Grayscale: #2D2D2D. Windows color (decimal): -8189942 or 657539. OLE color: 657539.

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

Color convert

RGB 131 8 10 -
CMYK 0 0.94 0.92 0.49
HSL 359.02º 0.88% 0.27% -
HSV(B) 359.02º 0.94% 0.51% -
XYZ 9.5 5.02 0.76 -
YUV 45.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 131 8 10 0 0.94 0.92 0.49 359.02 0.88 0.27
Hex 83 8 A 0 5E 5C 31 167 58 1B
Octal 203 10 12 0 136 134 61 547 130 33
Binary 10000011 1000 1010 0 1011110 1011100 110001 101100111 1011000 11011

Color Harmonies of #83080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83080A

Black with #83080A

Text Example


Text Example

White with #83080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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