Html Css Color HEX #83050A Sangria

📋 copy color: '#83050A'

red 131 ◦ green 5 ◦ blue 10

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

Shades of Sangria #83050A

Tints of Sangria #83050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

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

R = 89.73%
G = 3.42%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#83050A (or 0x83050A) is known color: Sangria. HEX triplet: 83, 05 and 0A. RGB value is (131,5,10). Sum of RGB (Red+Green+Blue) = 131+5+10=146 (19% of max value = 765). Red value is 131 (51.56% from 255 or 89.73% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 131 - color contains mainly: red. Hex color #83050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83050A is #7CFAF5. Grayscale: #2B2B2B. Windows color (decimal): -8190710 or 656771. OLE color: 656771.

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

Color convert

RGB 131 5 10 -
CMYK 0 0.96 0.92 0.49
HSL 357.62º 0.93% 0.27% -
HSV(B) 357.62º 0.96% 0.51% -
XYZ 9.47 4.96 0.74 -
YUV 43.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 131 5 10 0 0.96 0.92 0.49 357.62 0.93 0.27
Hex 83 5 A 0 60 5C 31 166 5D 1B
Octal 203 5 12 0 140 134 61 546 135 33
Binary 10000011 101 1010 0 1100000 1011100 110001 101100110 1011101 11011

Color Harmonies of #83050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83050A

Black with #83050A

Text Example


Text Example

White with #83050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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