Html Css Color HEX #850A00 Maroon

📋 copy color: '#850A00'

red 133 ◦ green 10 ◦ blue 0

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

Shades of Maroon #850A00

Tints of Maroon #850A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.99%

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

R = 93.01%
G = 6.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#850A00 (or 0x850A00) is known color: Maroon. HEX triplet: 85, 0A and 00. RGB value is (133,10,0). Sum of RGB (Red+Green+Blue) = 133+10+0=143 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.01% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 133 - color contains mainly: red. Hex color #850A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850A00 is #7AF5FF. Grayscale: #2D2D2D. Windows color (decimal): -8058368 or 2693. OLE color: 2693.

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

Color convert

RGB 133 10 0 -
CMYK 0 0.92 1 0.48
HSL 4.51º 1% 0.26% -
HSV(B) 4.51º 1% 0.52% -
XYZ 9.78 5.2 0.49 -
YUV 45.64 102.25 190.31 -
System Red Green Blue C M Y K H S L
Decimal 133 10 0 0 0.92 1 0.48 4.51 1 0.26
Hex 85 A 0 0 5C 64 30 5 64 1A
Octal 205 12 0 0 134 144 60 5 144 32
Binary 10000101 1010 0 0 1011100 1100100 110000 101 1100100 11010

Color Harmonies of #850A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850A00

Black with #850A00

Text Example


Text Example

White with #850A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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