Html Css Color HEX #85010A Sangria

📋 copy color: '#85010A'

red 133 ◦ green 1 ◦ blue 10

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

Shades of Sangria #85010A

Tints of Sangria #85010A

RGB

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

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

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

R = 92.36%
G = 0.69%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85010A (or 0x85010A) is known color: Sangria. HEX triplet: 85, 01 and 0A. RGB value is (133,1,10). Sum of RGB (Red+Green+Blue) = 133+1+10=144 (19% of max value = 765). Red value is 133 (52.34% from 255 or 92.36% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 133 - color contains mainly: red. Hex color #85010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85010A is #7AFEF5. Grayscale: #292929. Windows color (decimal): -8060662 or 655749. OLE color: 655749.

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

Color convert

RGB 133 1 10 -
CMYK 0 0.99 0.92 0.48
HSL 355.91º 0.99% 0.26% -
HSV(B) 355.91º 0.99% 0.52% -
XYZ 9.74 5.03 0.74 -
YUV 41.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 133 1 10 0 0.99 0.92 0.48 355.91 0.99 0.26
Hex 85 1 A 0 63 5C 30 164 63 1A
Octal 205 1 12 0 143 134 60 544 143 32
Binary 10000101 1 1010 0 1100011 1011100 110000 101100100 1100011 11010

Color Harmonies of #85010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85010A

Black with #85010A

Text Example


Text Example

White with #85010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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