Html Css Color HEX #851303 Maroon

📋 copy color: '#851303'

red 133 ◦ green 19 ◦ blue 3

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

Shades of Maroon #851303

Tints of Maroon #851303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

 BLUE value IS 3 (1.56% from 255) = 1.94%

R = 85.81%
G = 12.26%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#851303 (or 0x851303) is known color: Maroon. HEX triplet: 85, 13 and 03. RGB value is (133,19,3). Sum of RGB (Red+Green+Blue) = 133+19+3=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #851303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851303 is #7AECFC. Grayscale: #333333. Windows color (decimal): -8056061 or 201605. OLE color: 201605.

HSL color Cylindrical-coordinate representation of color #851303: hue angle of 7.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #851303 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 3 -
CMYK 0 0.86 0.98 0.48
HSL 7.38º 0.96% 0.27% -
HSV(B) 7.38º 0.98% 0.52% -
XYZ 9.92 5.46 0.62 -
YUV 51.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 133 19 3 0 0.86 0.98 0.48 7.38 0.96 0.27
Hex 85 13 3 0 56 62 30 7 60 1B
Octal 205 23 3 0 126 142 60 7 140 33
Binary 10000101 10011 11 0 1010110 1100010 110000 111 1100000 11011

Color Harmonies of #851303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851303

Black with #851303

Text Example


Text Example

White with #851303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851303; }

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

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

background-color css

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

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

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

border-color css

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

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

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