Html Css Color HEX #85000B Sangria

📋 copy color: '#85000B'

red 133 ◦ green 0 ◦ blue 11

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

Shades of Sangria #85000B

Tints of Sangria #85000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 11 (4.69% from 255) = 7.64%

R = 92.36%
G = 0%
B = 7.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85000B (or 0x85000B) is known color: Sangria. HEX triplet: 85, 00 and 0B. RGB value is (133,0,11). Sum of RGB (Red+Green+Blue) = 133+0+11=144 (19% of max value = 765). Red value is 133 (52.34% from 255 or 92.36% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 133 - color contains mainly: red. Hex color #85000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85000B is #7AFFF4. Grayscale: #292929. Windows color (decimal): -8060917 or 721029. OLE color: 721029.

HSL color Cylindrical-coordinate representation of color #85000B: hue angle of 355.04º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85000B is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 11 -
CMYK 0 1 0.92 0.48
HSL 355.04º 1% 0.26% -
HSV(B) 355.04º 1% 0.52% -
XYZ 9.73 5.01 0.77 -
YUV 41.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 133 0 11 0 1 0.92 0.48 355.04 1 0.26
Hex 85 0 B 0 64 5C 30 163 64 1A
Octal 205 0 13 0 144 134 60 543 144 32
Binary 10000101 0 1011 0 1100100 1011100 110000 101100011 1100100 11010

Color Harmonies of #85000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85000B

Black with #85000B

Text Example


Text Example

White with #85000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85000B; }

 p { color: rgb(133,0,11); }

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

background-color css

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

 a { background-color: rgb(133,0,11); }

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

border-color css

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

 span { border-color: rgb(133,0,11); }

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