Html Css Color HEX #83050D Sangria

📋 copy color: '#83050D'

red 131 ◦ green 5 ◦ blue 13

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

Shades of Sangria #83050D

Tints of Sangria #83050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.72%

R = 87.92%
G = 3.36%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#83050D (or 0x83050D) is known color: Sangria. HEX triplet: 83, 05 and 0D. RGB value is (131,5,13). Sum of RGB (Red+Green+Blue) = 131+5+13=149 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.92% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 131 - color contains mainly: red. Hex color #83050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83050D is #7CFAF2. Grayscale: #2B2B2B. Windows color (decimal): -8190707 or 853379. OLE color: 853379.

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

Color convert

RGB 131 5 13 -
CMYK 0 0.96 0.90 0.49
HSL 356.19º 0.93% 0.27% -
HSV(B) 356.19º 0.96% 0.51% -
XYZ 9.49 4.96 0.84 -
YUV 43.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 131 5 13 0 0.96 0.90 0.49 356.19 0.93 0.27
Hex 83 5 D 0 60 5A 31 164 5D 1B
Octal 203 5 15 0 140 132 61 544 135 33
Binary 10000011 101 1101 0 1100000 1011010 110001 101100100 1011101 11011

Color Harmonies of #83050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83050D

Black with #83050D

Text Example


Text Example

White with #83050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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