Html Css Color HEX #83090A Sangria

📋 copy color: '#83090A'

red 131 ◦ green 9 ◦ blue 10

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

Shades of Sangria #83090A

Tints of Sangria #83090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6%

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

R = 87.33%
G = 6%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#83090A (or 0x83090A) is known color: Sangria. HEX triplet: 83, 09 and 0A. RGB value is (131,9,10). Sum of RGB (Red+Green+Blue) = 131+9+10=150 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 131 - color contains mainly: red. Hex color #83090A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83090A is #7CF6F5. Grayscale: #2D2D2D. Windows color (decimal): -8189686 or 657795. OLE color: 657795.

HSL color Cylindrical-coordinate representation of color #83090A: hue angle of 359.51º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83090A is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 9 10 -
CMYK 0 0.93 0.92 0.49
HSL 359.51º 0.87% 0.27% -
HSV(B) 359.51º 0.93% 0.51% -
XYZ 9.51 5.04 0.76 -
YUV 45.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 131 9 10 0 0.93 0.92 0.49 359.51 0.87 0.27
Hex 83 9 A 0 5D 5C 31 168 57 1B
Octal 203 11 12 0 135 134 61 550 127 33
Binary 10000011 1001 1010 0 1011101 1011100 110001 101101000 1010111 11011

Color Harmonies of #83090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83090A

Black with #83090A

Text Example


Text Example

White with #83090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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