Html Css Color HEX #850910 Sangria

📋 copy color: '#850910'

red 133 ◦ green 9 ◦ blue 16

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

Shades of Sangria #850910

Tints of Sangria #850910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

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

R = 84.18%
G = 5.7%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#850910 (or 0x850910) is known color: Sangria. HEX triplet: 85, 09 and 10. RGB value is (133,9,16). Sum of RGB (Red+Green+Blue) = 133+9+16=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #850910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850910 is #7AF6EF. Grayscale: #2E2E2E. Windows color (decimal): -8058608 or 1051013. OLE color: 1051013.

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

Color convert

RGB 133 9 16 -
CMYK 0 0.93 0.88 0.48
HSL 356.61º 0.87% 0.28% -
HSV(B) 356.61º 0.93% 0.52% -
XYZ 9.86 5.22 0.98 -
YUV 46.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 133 9 16 0 0.93 0.88 0.48 356.61 0.87 0.28
Hex 85 9 10 0 5D 58 30 165 57 1C
Octal 205 11 20 0 135 130 60 545 127 34
Binary 10000101 1001 10000 0 1011101 1011000 110000 101100101 1010111 11100

Color Harmonies of #850910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850910

Black with #850910

Text Example


Text Example

White with #850910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850910; }

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

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

background-color css

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

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

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

border-color css

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

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

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