Html Css Color HEX #83090D Sangria

📋 copy color: '#83090D'

red 131 ◦ green 9 ◦ blue 13

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

Shades of Sangria #83090D

Tints of Sangria #83090D

RGB

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

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

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

R = 85.62%
G = 5.88%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#83090D (or 0x83090D) is known color: Sangria. HEX triplet: 83, 09 and 0D. RGB value is (131,9,13). Sum of RGB (Red+Green+Blue) = 131+9+13=153 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.62% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 131 - color contains mainly: red. Hex color #83090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83090D is #7CF6F2. Grayscale: #2E2E2E. Windows color (decimal): -8189683 or 854403. OLE color: 854403.

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

Color convert

RGB 131 9 13 -
CMYK 0 0.93 0.90 0.49
HSL 358.03º 0.87% 0.27% -
HSV(B) 358.03º 0.93% 0.51% -
XYZ 9.53 5.05 0.85 -
YUV 45.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 131 9 13 0 0.93 0.90 0.49 358.03 0.87 0.27
Hex 83 9 D 0 5D 5A 31 166 57 1B
Octal 203 11 15 0 135 132 61 546 127 33
Binary 10000011 1001 1101 0 1011101 1011010 110001 101100110 1010111 11011

Color Harmonies of #83090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83090D

Black with #83090D

Text Example


Text Example

White with #83090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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