Html Css Color HEX #85010E Sangria

📋 copy color: '#85010E'

red 133 ◦ green 1 ◦ blue 14

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

Shades of Sangria #85010E

Tints of Sangria #85010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.46%

R = 89.86%
G = 0.68%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85010E (or 0x85010E) is known color: Sangria. HEX triplet: 85, 01 and 0E. RGB value is (133,1,14). Sum of RGB (Red+Green+Blue) = 133+1+14=148 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.86% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 133 - color contains mainly: red. Hex color #85010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85010E is #7AFEF1. Grayscale: #2A2A2A. Windows color (decimal): -8060658 or 917893. OLE color: 917893.

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

Color convert

RGB 133 1 14 -
CMYK 0 0.99 0.89 0.48
HSL 354.09º 0.99% 0.26% -
HSV(B) 354.09º 0.99% 0.52% -
XYZ 9.76 5.04 0.87 -
YUV 41.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 133 1 14 0 0.99 0.89 0.48 354.09 0.99 0.26
Hex 85 1 E 0 63 59 30 162 63 1A
Octal 205 1 16 0 143 131 60 542 143 32
Binary 10000101 1 1110 0 1100011 1011001 110000 101100010 1100011 11010

Color Harmonies of #85010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85010E

Black with #85010E

Text Example


Text Example

White with #85010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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