Html Css Color HEX #83090E Sangria

📋 copy color: '#83090E'

red 131 ◦ green 9 ◦ blue 14

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

Shades of Sangria #83090E

Tints of Sangria #83090E

RGB

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

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

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

R = 85.06%
G = 5.84%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83090E (or 0x83090E) is known color: Sangria. HEX triplet: 83, 09 and 0E. RGB value is (131,9,14). Sum of RGB (Red+Green+Blue) = 131+9+14=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #83090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83090E is #7CF6F1. Grayscale: #2E2E2E. Windows color (decimal): -8189682 or 919939. OLE color: 919939.

HSL color Cylindrical-coordinate representation of color #83090E: hue angle of 357.54º 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 #83090E is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 9 14 -
CMYK 0 0.93 0.89 0.49
HSL 357.54º 0.87% 0.27% -
HSV(B) 357.54º 0.93% 0.51% -
XYZ 9.54 5.05 0.89 -
YUV 46.05 109.92 188.59 -
System Red Green Blue C M Y K H S L
Decimal 131 9 14 0 0.93 0.89 0.49 357.54 0.87 0.27
Hex 83 9 E 0 5D 59 31 166 57 1B
Octal 203 11 16 0 135 131 61 546 127 33
Binary 10000011 1001 1110 0 1011101 1011001 110001 101100110 1010111 11011

Color Harmonies of #83090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83090E

Black with #83090E

Text Example


Text Example

White with #83090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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