Html Css Color HEX #850300 Maroon

📋 copy color: '#850300'

red 133 ◦ green 3 ◦ blue 0

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

Shades of Maroon #850300

Tints of Maroon #850300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.21%

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

R = 97.79%
G = 2.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#850300 (or 0x850300) is known color: Maroon. HEX triplet: 85, 03 and 00. RGB value is (133,3,0). Sum of RGB (Red+Green+Blue) = 133+3+0=136 (18% of max value = 765). Red value is 133 (52.34% from 255 or 97.79% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 133 - color contains mainly: red. Hex color #850300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850300 is #7AFCFF. Grayscale: #292929. Windows color (decimal): -8060160 or 901. OLE color: 901.

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

Color convert

RGB 133 3 0 -
CMYK 0 0.98 1 0.48
HSL 1.35º 1% 0.26% -
HSV(B) 1.35º 1% 0.52% -
XYZ 9.71 5.05 0.46 -
YUV 41.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 133 3 0 0 0.98 1 0.48 1.35 1 0.26
Hex 85 3 0 0 62 64 30 1 64 1A
Octal 205 3 0 0 142 144 60 1 144 32
Binary 10000101 11 0 0 1100010 1100100 110000 1 1100100 11010

Color Harmonies of #850300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850300

Black with #850300

Text Example


Text Example

White with #850300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850300; }

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

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

background-color css

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

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

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

border-color css

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

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

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