Html Css Color HEX #850610 Sangria

📋 copy color: '#850610'

red 133 ◦ green 6 ◦ blue 16

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

Shades of Sangria #850610

Tints of Sangria #850610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

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

R = 85.81%
G = 3.87%
B = 10.32%

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

#850610 (or 0x850610) is known color: Sangria. HEX triplet: 85, 06 and 10. RGB value is (133,6,16). Sum of RGB (Red+Green+Blue) = 133+6+16=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #850610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850610 is #7AF9EF. Grayscale: #2D2D2D. Windows color (decimal): -8059376 or 1050245. OLE color: 1050245.

HSL color Cylindrical-coordinate representation of color #850610: hue angle of 355.28º degrees, saturation: 0.91, 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 #850610 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 16 -
CMYK 0 0.95 0.88 0.48
HSL 355.28º 0.91% 0.27% -
HSV(B) 355.28º 0.95% 0.52% -
XYZ 9.83 5.15 0.97 -
YUV 45.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 133 6 16 0 0.95 0.88 0.48 355.28 0.91 0.27
Hex 85 6 10 0 5F 58 30 163 5B 1B
Octal 205 6 20 0 137 130 60 543 133 33
Binary 10000101 110 10000 0 1011111 1011000 110000 101100011 1011011 11011

Color Harmonies of #850610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850610

Black with #850610

Text Example


Text Example

White with #850610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850610; }

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

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

background-color css

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

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

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

border-color css

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

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

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