Html Css Color HEX #850C00 Maroon

📋 copy color: '#850C00'

red 133 ◦ green 12 ◦ blue 0

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

Shades of Maroon #850C00

Tints of Maroon #850C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.28%

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

R = 91.72%
G = 8.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#850C00 (or 0x850C00) is known color: Maroon. HEX triplet: 85, 0C and 00. RGB value is (133,12,0). Sum of RGB (Red+Green+Blue) = 133+12+0=145 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.72% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 133 - color contains mainly: red. Hex color #850C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850C00 is #7AF3FF. Grayscale: #2E2E2E. Windows color (decimal): -8057856 or 3205. OLE color: 3205.

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

Color convert

RGB 133 12 0 -
CMYK 0 0.91 1 0.48
HSL 5.41º 1% 0.26% -
HSV(B) 5.41º 1% 0.52% -
XYZ 9.8 5.25 0.5 -
YUV 46.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 133 12 0 0 0.91 1 0.48 5.41 1 0.26
Hex 85 C 0 0 5B 64 30 5 64 1A
Octal 205 14 0 0 133 144 60 5 144 32
Binary 10000101 1100 0 0 1011011 1100100 110000 101 1100100 11010

Color Harmonies of #850C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C00

Black with #850C00

Text Example


Text Example

White with #850C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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