Html Css Color HEX #851304 Maroon

📋 copy color: '#851304'

red 133 ◦ green 19 ◦ blue 4

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

Shades of Maroon #851304

Tints of Maroon #851304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.56%

R = 85.26%
G = 12.18%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#851304 (or 0x851304) is known color: Maroon. HEX triplet: 85, 13 and 04. RGB value is (133,19,4). Sum of RGB (Red+Green+Blue) = 133+19+4=156 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.26% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 133 - color contains mainly: red. Hex color #851304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851304 is #7AECFB. Grayscale: #333333. Windows color (decimal): -8056060 or 267141. OLE color: 267141.

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

Color convert

RGB 133 19 4 -
CMYK 0 0.86 0.97 0.48
HSL 6.98º 0.94% 0.27% -
HSV(B) 6.98º 0.97% 0.52% -
XYZ 9.93 5.46 0.65 -
YUV 51.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 133 19 4 0 0.86 0.97 0.48 6.98 0.94 0.27
Hex 85 13 4 0 56 61 30 7 5E 1B
Octal 205 23 4 0 126 141 60 7 136 33
Binary 10000101 10011 100 0 1010110 1100001 110000 111 1011110 11011

Color Harmonies of #851304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851304

Black with #851304

Text Example


Text Example

White with #851304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851304; }

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

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

background-color css

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

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

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

border-color css

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

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

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