Html Css Color HEX #850500 Maroon

📋 copy color: '#850500'

red 133 ◦ green 5 ◦ blue 0

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

Shades of Maroon #850500

Tints of Maroon #850500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.62%

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

R = 96.38%
G = 3.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#850500 (or 0x850500) is known color: Maroon. HEX triplet: 85, 05 and 00. RGB value is (133,5,0). Sum of RGB (Red+Green+Blue) = 133+5+0=138 (18% of max value = 765). Red value is 133 (52.34% from 255 or 96.38% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 133 - color contains mainly: red. Hex color #850500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850500 is #7AFAFF. Grayscale: #2A2A2A. Windows color (decimal): -8059648 or 1413. OLE color: 1413.

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

Color convert

RGB 133 5 0 -
CMYK 0 0.96 1 0.48
HSL 2.26º 1% 0.26% -
HSV(B) 2.26º 1% 0.52% -
XYZ 9.73 5.1 0.47 -
YUV 42.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 133 5 0 0 0.96 1 0.48 2.26 1 0.26
Hex 85 5 0 0 60 64 30 2 64 1A
Octal 205 5 0 0 140 144 60 2 144 32
Binary 10000101 101 0 0 1100000 1100100 110000 10 1100100 11010

Color Harmonies of #850500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850500

Black with #850500

Text Example


Text Example

White with #850500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850500; }

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

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

background-color css

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

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

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

border-color css

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

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

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