Html Css Color HEX #83080B Sangria

📋 copy color: '#83080B'

red 131 ◦ green 8 ◦ blue 11

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

Shades of Sangria #83080B

Tints of Sangria #83080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.33%

R = 87.33%
G = 5.33%
B = 7.33%

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

#83080B (or 0x83080B) is known color: Sangria. HEX triplet: 83, 08 and 0B. RGB value is (131,8,11). Sum of RGB (Red+Green+Blue) = 131+8+11=150 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 131 - color contains mainly: red. Hex color #83080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83080B is #7CF7F4. Grayscale: #2D2D2D. Windows color (decimal): -8189941 or 723075. OLE color: 723075.

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

Color convert

RGB 131 8 11 -
CMYK 0 0.94 0.92 0.49
HSL 358.54º 0.88% 0.27% -
HSV(B) 358.54º 0.94% 0.51% -
XYZ 9.51 5.02 0.79 -
YUV 45.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 131 8 11 0 0.94 0.92 0.49 358.54 0.88 0.27
Hex 83 8 B 0 5E 5C 31 167 58 1B
Octal 203 10 13 0 136 134 61 547 130 33
Binary 10000011 1000 1011 0 1011110 1011100 110001 101100111 1011000 11011

Color Harmonies of #83080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83080B

Black with #83080B

Text Example


Text Example

White with #83080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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