Html Css Color HEX #850D0B Maroon

📋 copy color: '#850D0B'

red 133 ◦ green 13 ◦ blue 11

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

Shades of Maroon #850D0B

Tints of Maroon #850D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.28%

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

R = 84.71%
G = 8.28%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#850D0B (or 0x850D0B) is known color: Maroon. HEX triplet: 85, 0D and 0B. RGB value is (133,13,11). Sum of RGB (Red+Green+Blue) = 133+13+11=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #850D0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850D0B is #7AF2F4. Grayscale: #303030. Windows color (decimal): -8057589 or 724357. OLE color: 724357.

HSL color Cylindrical-coordinate representation of color #850D0B: hue angle of 0.98º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850D0B is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 11 -
CMYK 0 0.90 0.92 0.48
HSL 0.98º 0.85% 0.28% -
HSV(B) 0.98º 0.92% 0.52% -
XYZ 9.88 5.3 0.82 -
YUV 48.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 133 13 11 0 0.90 0.92 0.48 0.98 0.85 0.28
Hex 85 D B 0 5A 5C 30 1 55 1C
Octal 205 15 13 0 132 134 60 1 125 34
Binary 10000101 1101 1011 0 1011010 1011100 110000 1 1010101 11100

Color Harmonies of #850D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D0B

Black with #850D0B

Text Example


Text Example

White with #850D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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