Html Css Color HEX #850109 Sangria

📋 copy color: '#850109'

red 133 ◦ green 1 ◦ blue 9

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

Shades of Sangria #850109

Tints of Sangria #850109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.29%

R = 93.01%
G = 0.7%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#850109 (or 0x850109) is known color: Sangria. HEX triplet: 85, 01 and 09. RGB value is (133,1,9). Sum of RGB (Red+Green+Blue) = 133+1+9=143 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.01% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 133 - color contains mainly: red. Hex color #850109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850109 is #7AFEF6. Grayscale: #292929. Windows color (decimal): -8060663 or 590213. OLE color: 590213.

HSL color Cylindrical-coordinate representation of color #850109: hue angle of 356.36º 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 #850109 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 1 9 -
CMYK 0 0.99 0.93 0.48
HSL 356.36º 0.99% 0.26% -
HSV(B) 356.36º 0.99% 0.52% -
XYZ 9.73 5.03 0.72 -
YUV 41.38 109.73 193.35 -
System Red Green Blue C M Y K H S L
Decimal 133 1 9 0 0.99 0.93 0.48 356.36 0.99 0.26
Hex 85 1 9 0 63 5D 30 164 63 1A
Octal 205 1 11 0 143 135 60 544 143 32
Binary 10000101 1 1001 0 1100011 1011101 110000 101100100 1100011 11010

Color Harmonies of #850109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850109

Black with #850109

Text Example


Text Example

White with #850109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850109; }

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

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

background-color css

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

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

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

border-color css

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

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

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