Html Css Color HEX #850710 Sangria

📋 copy color: '#850710'

red 133 ◦ green 7 ◦ blue 16

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

Shades of Sangria #850710

Tints of Sangria #850710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

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

R = 85.26%
G = 4.49%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#850710 (or 0x850710) is known color: Sangria. HEX triplet: 85, 07 and 10. RGB value is (133,7,16). Sum of RGB (Red+Green+Blue) = 133+7+16=156 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.26% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 133 - color contains mainly: red. Hex color #850710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850710 is #7AF8EF. Grayscale: #2D2D2D. Windows color (decimal): -8059120 or 1050501. OLE color: 1050501.

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

Color convert

RGB 133 7 16 -
CMYK 0 0.95 0.88 0.48
HSL 355.71º 0.9% 0.27% -
HSV(B) 355.71º 0.95% 0.52% -
XYZ 9.84 5.18 0.97 -
YUV 45.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 133 7 16 0 0.95 0.88 0.48 355.71 0.9 0.27
Hex 85 7 10 0 5F 58 30 164 5A 1B
Octal 205 7 20 0 137 130 60 544 132 33
Binary 10000101 111 10000 0 1011111 1011000 110000 101100100 1011010 11011

Color Harmonies of #850710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850710

Black with #850710

Text Example


Text Example

White with #850710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850710; }

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

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

background-color css

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

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

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

border-color css

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

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

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