Html Css Color HEX #83050E Sangria

📋 copy color: '#83050E'

red 131 ◦ green 5 ◦ blue 14

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

Shades of Sangria #83050E

Tints of Sangria #83050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.33%

R = 87.33%
G = 3.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83050E (or 0x83050E) is known color: Sangria. HEX triplet: 83, 05 and 0E. RGB value is (131,5,14). Sum of RGB (Red+Green+Blue) = 131+5+14=150 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 131 - color contains mainly: red. Hex color #83050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83050E is #7CFAF1. Grayscale: #2B2B2B. Windows color (decimal): -8190706 or 918915. OLE color: 918915.

HSL color Cylindrical-coordinate representation of color #83050E: hue angle of 355.71º 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 #83050E is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 14 -
CMYK 0 0.96 0.89 0.49
HSL 355.71º 0.93% 0.27% -
HSV(B) 355.71º 0.96% 0.51% -
XYZ 9.49 4.97 0.87 -
YUV 43.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 131 5 14 0 0.96 0.89 0.49 355.71 0.93 0.27
Hex 83 5 E 0 60 59 31 164 5D 1B
Octal 203 5 16 0 140 131 61 544 135 33
Binary 10000011 101 1110 0 1100000 1011001 110001 101100100 1011101 11011

Color Harmonies of #83050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83050E

Black with #83050E

Text Example


Text Example

White with #83050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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