Html Css Color HEX #850113 Sangria

📋 copy color: '#850113'

red 133 ◦ green 1 ◦ blue 19

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

Shades of Sangria #850113

Tints of Sangria #850113

RGB

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

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

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

R = 86.93%
G = 0.65%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#850113 (or 0x850113) is known color: Sangria. HEX triplet: 85, 01 and 13. RGB value is (133,1,19). Sum of RGB (Red+Green+Blue) = 133+1+19=153 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.93% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 133 - color contains mainly: red. Hex color #850113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850113 is #7AFEEC. Grayscale: #2A2A2A. Windows color (decimal): -8060653 or 1245573. OLE color: 1245573.

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

Color convert

RGB 133 1 19 -
CMYK 0 0.99 0.86 0.48
HSL 351.82º 0.99% 0.26% -
HSV(B) 351.82º 0.99% 0.52% -
XYZ 9.8 5.06 1.08 -
YUV 42.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 133 1 19 0 0.99 0.86 0.48 351.82 0.99 0.26
Hex 85 1 13 0 63 56 30 160 63 1A
Octal 205 1 23 0 143 126 60 540 143 32
Binary 10000101 1 10011 0 1100011 1010110 110000 101100000 1100011 11010

Color Harmonies of #850113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850113

Black with #850113

Text Example


Text Example

White with #850113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850113; }

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

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

background-color css

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

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

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

border-color css

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

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

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