Html Css Color HEX #850F13 Sangria

📋 copy color: '#850F13'

red 133 ◦ green 15 ◦ blue 19

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

Shades of Sangria #850F13

Tints of Sangria #850F13

RGB

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

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

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

R = 79.64%
G = 8.98%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#850F13 (or 0x850F13) is known color: Sangria. HEX triplet: 85, 0F and 13. RGB value is (133,15,19). Sum of RGB (Red+Green+Blue) = 133+15+19=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #850F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850F13 is #7AF0EC. Grayscale: #323232. Windows color (decimal): -8057069 or 1249157. OLE color: 1249157.

HSL color Cylindrical-coordinate representation of color #850F13: hue angle of 357.97º 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 #850F13 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 15 19 -
CMYK 0 0.89 0.86 0.48
HSL 357.97º 0.8% 0.29% -
HSV(B) 357.97º 0.89% 0.52% -
XYZ 9.96 5.38 1.13 -
YUV 50.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 133 15 19 0 0.89 0.86 0.48 357.97 0.8 0.29
Hex 85 F 13 0 59 56 30 166 50 1D
Octal 205 17 23 0 131 126 60 546 120 35
Binary 10000101 1111 10011 0 1011001 1010110 110000 101100110 1010000 11101

Color Harmonies of #850F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850F13

Black with #850F13

Text Example


Text Example

White with #850F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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