Html Css Color HEX #83010B Sangria

📋 copy color: '#83010B'

red 131 ◦ green 1 ◦ blue 11

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

Shades of Sangria #83010B

Tints of Sangria #83010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 91.61%
G = 0.7%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#83010B (or 0x83010B) is known color: Sangria. HEX triplet: 83, 01 and 0B. RGB value is (131,1,11). Sum of RGB (Red+Green+Blue) = 131+1+11=143 (18% of max value = 765). Red value is 131 (51.56% from 255 or 91.61% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 131 - color contains mainly: red. Hex color #83010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83010B is #7CFEF4. Grayscale: #292929. Windows color (decimal): -8191733 or 721283. OLE color: 721283.

HSL color Cylindrical-coordinate representation of color #83010B: hue angle of 355.38º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83010B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 11 -
CMYK 0 0.99 0.92 0.49
HSL 355.38º 0.98% 0.26% -
HSV(B) 355.38º 0.99% 0.51% -
XYZ 9.43 4.87 0.76 -
YUV 41.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 131 1 11 0 0.99 0.92 0.49 355.38 0.98 0.26
Hex 83 1 B 0 63 5C 31 163 62 1A
Octal 203 1 13 0 143 134 61 543 142 32
Binary 10000011 1 1011 0 1100011 1011100 110001 101100011 1100010 11010

Color Harmonies of #83010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83010B

Black with #83010B

Text Example


Text Example

White with #83010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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