Html Css Color HEX #83010A Sangria

📋 copy color: '#83010A'

red 131 ◦ green 1 ◦ blue 10

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

Shades of Sangria #83010A

Tints of Sangria #83010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.04%

R = 92.25%
G = 0.7%
B = 7.04%

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

#83010A (or 0x83010A) is known color: Sangria. HEX triplet: 83, 01 and 0A. RGB value is (131,1,10). Sum of RGB (Red+Green+Blue) = 131+1+10=142 (18% of max value = 765). Red value is 131 (51.56% from 255 or 92.25% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 131 - color contains mainly: red. Hex color #83010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83010A is #7CFEF5. Grayscale: #282828. Windows color (decimal): -8191734 or 655747. OLE color: 655747.

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

Color convert

RGB 131 1 10 -
CMYK 0 0.99 0.92 0.49
HSL 355.85º 0.98% 0.26% -
HSV(B) 355.85º 0.99% 0.51% -
XYZ 9.43 4.87 0.73 -
YUV 40.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 131 1 10 0 0.99 0.92 0.49 355.85 0.98 0.26
Hex 83 1 A 0 63 5C 31 164 62 1A
Octal 203 1 12 0 143 134 61 544 142 32
Binary 10000011 1 1010 0 1100011 1011100 110001 101100100 1100010 11010

Color Harmonies of #83010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83010A

Black with #83010A

Text Example


Text Example

White with #83010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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