Html Css Color HEX #851003 Maroon

📋 copy color: '#851003'

red 133 ◦ green 16 ◦ blue 3

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

Shades of Maroon #851003

Tints of Maroon #851003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.53%

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

R = 87.5%
G = 10.53%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#851003 (or 0x851003) is known color: Maroon. HEX triplet: 85, 10 and 03. RGB value is (133,16,3). Sum of RGB (Red+Green+Blue) = 133+16+3=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #851003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851003 is #7AEFFC. Grayscale: #313131. Windows color (decimal): -8056829 or 200837. OLE color: 200837.

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

Color convert

RGB 133 16 3 -
CMYK 0 0.88 0.98 0.48
HSL 0.96% 0.27% -
HSV(B) 0.98% 0.52% -
XYZ 9.87 5.36 0.6 -
YUV 49.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 133 16 3 0 0.88 0.98 0.48 6 0.96 0.27
Hex 85 10 3 0 58 62 30 6 60 1B
Octal 205 20 3 0 130 142 60 6 140 33
Binary 10000101 10000 11 0 1011000 1100010 110000 110 1100000 11011

Color Harmonies of #851003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851003

Black with #851003

Text Example


Text Example

White with #851003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851003; }

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

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

background-color css

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

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

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

border-color css

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

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

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