Html Css Color HEX #850700 Maroon

📋 copy color: '#850700'

red 133 ◦ green 7 ◦ blue 0

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

Shades of Maroon #850700

Tints of Maroon #850700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5%

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

R = 95%
G = 5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#850700 (or 0x850700) is known color: Maroon. HEX triplet: 85, 07 and 00. RGB value is (133,7,0). Sum of RGB (Red+Green+Blue) = 133+7+0=140 (18% of max value = 765). Red value is 133 (52.34% from 255 or 95% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 133 - color contains mainly: red. Hex color #850700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850700 is #7AF8FF. Grayscale: #2C2C2C. Windows color (decimal): -8059136 or 1925. OLE color: 1925.

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

Color convert

RGB 133 7 0 -
CMYK 0 0.95 1 0.48
HSL 3.16º 1% 0.26% -
HSV(B) 3.16º 1% 0.52% -
XYZ 9.75 5.14 0.48 -
YUV 43.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 133 7 0 0 0.95 1 0.48 3.16 1 0.26
Hex 85 7 0 0 5F 64 30 3 64 1A
Octal 205 7 0 0 137 144 60 3 144 32
Binary 10000101 111 0 0 1011111 1100100 110000 11 1100100 11010

Color Harmonies of #850700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850700

Black with #850700

Text Example


Text Example

White with #850700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850700; }

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

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

background-color css

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

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

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

border-color css

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

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

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