Html Css Color HEX #83080F Sangria

📋 copy color: '#83080F'

red 131 ◦ green 8 ◦ blue 15

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

Shades of Sangria #83080F

Tints of Sangria #83080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.74%

R = 85.06%
G = 5.19%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83080F (or 0x83080F) is known color: Sangria. HEX triplet: 83, 08 and 0F. RGB value is (131,8,15). Sum of RGB (Red+Green+Blue) = 131+8+15=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #83080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83080F is #7CF7F0. Grayscale: #2D2D2D. Windows color (decimal): -8189937 or 985219. OLE color: 985219.

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

Color convert

RGB 131 8 15 -
CMYK 0 0.94 0.89 0.49
HSL 356.59º 0.88% 0.27% -
HSV(B) 356.59º 0.94% 0.51% -
XYZ 9.53 5.03 0.92 -
YUV 45.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 131 8 15 0 0.94 0.89 0.49 356.59 0.88 0.27
Hex 83 8 F 0 5E 59 31 165 58 1B
Octal 203 10 17 0 136 131 61 545 130 33
Binary 10000011 1000 1111 0 1011110 1011001 110001 101100101 1011000 11011

Color Harmonies of #83080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83080F

Black with #83080F

Text Example


Text Example

White with #83080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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