Html Css Color HEX #850010 Sangria

📋 copy color: '#850010'

red 133 ◦ green 0 ◦ blue 16

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

Shades of Sangria #850010

Tints of Sangria #850010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.26%
G = 0%
B = 10.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#850010 (or 0x850010) is known color: Sangria. HEX triplet: 85, 00 and 10. RGB value is (133,0,16). Sum of RGB (Red+Green+Blue) = 133+0+16=149 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.26% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 133 - color contains mainly: red. Hex color #850010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850010 is #7AFFEF. Grayscale: #292929. Windows color (decimal): -8060912 or 1048709. OLE color: 1048709.

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

Color convert

RGB 133 0 16 -
CMYK 0 1 0.88 0.48
HSL 352.78º 1% 0.26% -
HSV(B) 352.78º 1% 0.52% -
XYZ 9.77 5.02 0.95 -
YUV 41.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 133 0 16 0 1 0.88 0.48 352.78 1 0.26
Hex 85 0 10 0 64 58 30 161 64 1A
Octal 205 0 20 0 144 130 60 541 144 32
Binary 10000101 0 10000 0 1100100 1011000 110000 101100001 1100100 11010

Color Harmonies of #850010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850010

Black with #850010

Text Example


Text Example

White with #850010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850010; }

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

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

background-color css

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

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

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

border-color css

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

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

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