Html Css Color HEX #850D10 Sangria

📋 copy color: '#850D10'

red 133 ◦ green 13 ◦ blue 16

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

Shades of Sangria #850D10

Tints of Sangria #850D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.02%

 BLUE value IS 16 (6.64% from 255) = 9.88%

R = 82.1%
G = 8.02%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#850D10 (or 0x850D10) is known color: Sangria. HEX triplet: 85, 0D and 10. RGB value is (133,13,16). Sum of RGB (Red+Green+Blue) = 133+13+16=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #850D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850D10 is #7AF2EF. Grayscale: #313131. Windows color (decimal): -8057584 or 1052037. OLE color: 1052037.

HSL color Cylindrical-coordinate representation of color #850D10: hue angle of 358.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D10 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 16 -
CMYK 0 0.90 0.88 0.48
HSL 358.5º 0.82% 0.29% -
HSV(B) 358.5º 0.9% 0.52% -
XYZ 9.91 5.31 0.99 -
YUV 49.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 133 13 16 0 0.90 0.88 0.48 358.5 0.82 0.29
Hex 85 D 10 0 5A 58 30 166 52 1D
Octal 205 15 20 0 132 130 60 546 122 35
Binary 10000101 1101 10000 0 1011010 1011000 110000 101100110 1010010 11101

Color Harmonies of #850D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D10

Black with #850D10

Text Example


Text Example

White with #850D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850D10; }

 p { color: rgb(133,13,16); }

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

background-color css

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

 a { background-color: rgb(133,13,16); }

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

border-color css

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

 span { border-color: rgb(133,13,16); }

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