Html Css Color HEX #850513 Sangria

📋 copy color: '#850513'

red 133 ◦ green 5 ◦ blue 19

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

Shades of Sangria #850513

Tints of Sangria #850513

RGB

 RED value IS 133 (52.34% from 255) = 84.71%

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

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 84.71%
G = 3.18%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#850513 (or 0x850513) is known color: Sangria. HEX triplet: 85, 05 and 13. RGB value is (133,5,19). Sum of RGB (Red+Green+Blue) = 133+5+19=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #850513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850513 is #7AFAEC. Grayscale: #2C2C2C. Windows color (decimal): -8059629 or 1246597. OLE color: 1246597.

HSL color Cylindrical-coordinate representation of color #850513: hue angle of 353.44º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850513 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 5 19 -
CMYK 0 0.96 0.86 0.48
HSL 353.44º 0.93% 0.27% -
HSV(B) 353.44º 0.96% 0.52% -
XYZ 9.84 5.14 1.09 -
YUV 44.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 133 5 19 0 0.96 0.86 0.48 353.44 0.93 0.27
Hex 85 5 13 0 60 56 30 161 5D 1B
Octal 205 5 23 0 140 126 60 541 135 33
Binary 10000101 101 10011 0 1100000 1010110 110000 101100001 1011101 11011

Color Harmonies of #850513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850513

Black with #850513

Text Example


Text Example

White with #850513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850513; }

 p { color: rgb(133,5,19); }

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

background-color css

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

 a { background-color: rgb(133,5,19); }

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

border-color css

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

 span { border-color: rgb(133,5,19); }

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