Html Css Color HEX #851403 Maroon

📋 copy color: '#851403'

red 133 ◦ green 20 ◦ blue 3

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

Shades of Maroon #851403

Tints of Maroon #851403

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.82%

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

R = 85.26%
G = 12.82%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#851403 (or 0x851403) is known color: Maroon. HEX triplet: 85, 14 and 03. RGB value is (133,20,3). Sum of RGB (Red+Green+Blue) = 133+20+3=156 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.26% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 133 - color contains mainly: red. Hex color #851403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851403 is #7AEBFC. Grayscale: #343434. Windows color (decimal): -8055805 or 201861. OLE color: 201861.

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

Color convert

RGB 133 20 3 -
CMYK 0 0.85 0.98 0.48
HSL 7.85º 0.96% 0.27% -
HSV(B) 7.85º 0.98% 0.52% -
XYZ 9.94 5.49 0.62 -
YUV 51.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 133 20 3 0 0.85 0.98 0.48 7.85 0.96 0.27
Hex 85 14 3 0 55 62 30 8 60 1B
Octal 205 24 3 0 125 142 60 10 140 33
Binary 10000101 10100 11 0 1010101 1100010 110000 1000 1100000 11011

Color Harmonies of #851403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851403

Black with #851403

Text Example


Text Example

White with #851403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851403; }

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

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

background-color css

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

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

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

border-color css

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

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

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