#83000A

Color #83000A Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #83000A

Tints of Sangria #83000A

Color information

#83000A (or 0x83000A) is unknown color: approx Sangria. HEX triplet: 83, 00 and 0A. RGB value is (131,0,10). Sum of RGB (Red+Green+Blue) = 131+0+10=141 (18% of max value = 765). Red value is 131 (51.56% from 255 or 92.91% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 131 - color contains mainly: red. Hex color #83000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83000A is #7CFFF5. Grayscale: #282828. Windows color (decimal): -8191990 or 655491. OLE color: 655491.

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

Color convert

RGB131010-
CMYK010.920.49
HSL355.42º100%25.69%-
HSV(B)355.42º100%51.37%-
XYZ9.414.850.73-
YUV40.31110.9192.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 92.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=92.91%
G=0%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131010010.920.49355.4210025.69
Hex830A0645C31163641a
Octal20301201441346154314432
Binary1000001101010011001001011100110001101100011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83000A; }

 p { color: rgb(131,0,10); }

 H1.HeaderClassName
 {
   color: #83000A;
 }
 .AnyTagClassName
 {
   color: #83000A;
 }
</style>
background-color css

<style>
 a { background-color: #83000A; }

 a { background-color: rgb(131,0,10); }

 div.DivClassName
 {
   background-color: #83000A;
 }
 .BgClassName
 {
   background-color: #83000A;
 }
</style>
border-color css

<style>
 span { border-color: #83000A; }

 span { border-color: rgb(131,0,10); }

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