Html Css Color HEX #850F10 Sangria

📋 copy color: '#850F10'

red 133 ◦ green 15 ◦ blue 16

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

Shades of Sangria #850F10

Tints of Sangria #850F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.15%

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

R = 81.1%
G = 9.15%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#850F10 (or 0x850F10) is known color: Sangria. HEX triplet: 85, 0F and 10. RGB value is (133,15,16). Sum of RGB (Red+Green+Blue) = 133+15+16=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #850F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850F10 is #7AF0EF. Grayscale: #323232. Windows color (decimal): -8057072 or 1052549. OLE color: 1052549.

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

Color convert

RGB 133 15 16 -
CMYK 0 0.89 0.88 0.48
HSL 359.49º 0.8% 0.29% -
HSV(B) 359.49º 0.89% 0.52% -
XYZ 9.94 5.37 1 -
YUV 50.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 133 15 16 0 0.89 0.88 0.48 359.49 0.8 0.29
Hex 85 F 10 0 59 58 30 167 50 1D
Octal 205 17 20 0 131 130 60 547 120 35
Binary 10000101 1111 10000 0 1011001 1011000 110000 101100111 1010000 11101

Color Harmonies of #850F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850F10

Black with #850F10

Text Example


Text Example

White with #850F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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