Html Css Color HEX #85060A Sangria

📋 copy color: '#85060A'

red 133 ◦ green 6 ◦ blue 10

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

Shades of Sangria #85060A

Tints of Sangria #85060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.71%

R = 89.26%
G = 4.03%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85060A (or 0x85060A) is known color: Sangria. HEX triplet: 85, 06 and 0A. RGB value is (133,6,10). Sum of RGB (Red+Green+Blue) = 133+6+10=149 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.26% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 133 - color contains mainly: red. Hex color #85060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85060A is #7AF9F5. Grayscale: #2C2C2C. Windows color (decimal): -8059382 or 657029. OLE color: 657029.

HSL color Cylindrical-coordinate representation of color #85060A: hue angle of 358.11º 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 #85060A is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 10 -
CMYK 0 0.95 0.92 0.48
HSL 358.11º 0.91% 0.27% -
HSV(B) 358.11º 0.95% 0.52% -
XYZ 9.79 5.14 0.76 -
YUV 44.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 133 6 10 0 0.95 0.92 0.48 358.11 0.91 0.27
Hex 85 6 A 0 5F 5C 30 166 5B 1B
Octal 205 6 12 0 137 134 60 546 133 33
Binary 10000101 110 1010 0 1011111 1011100 110000 101100110 1011011 11011

Color Harmonies of #85060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85060A

Black with #85060A

Text Example


Text Example

White with #85060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85060A; }

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

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

background-color css

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

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

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

border-color css

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

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

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