Html Css Color HEX #850403 Maroon

📋 copy color: '#850403'

red 133 ◦ green 4 ◦ blue 3

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

Shades of Maroon #850403

Tints of Maroon #850403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

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

R = 95%
G = 2.86%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#850403 (or 0x850403) is known color: Maroon. HEX triplet: 85, 04 and 03. RGB value is (133,4,3). Sum of RGB (Red+Green+Blue) = 133+4+3=140 (18% of max value = 765). Red value is 133 (52.34% from 255 or 95% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 133 - color contains mainly: red. Hex color #850403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850403 is #7AFBFC. Grayscale: #2A2A2A. Windows color (decimal): -8059901 or 197765. OLE color: 197765.

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

Color convert

RGB 133 4 3 -
CMYK 0 0.97 0.98 0.48
HSL 0.46º 0.96% 0.27% -
HSV(B) 0.46º 0.98% 0.52% -
XYZ 9.73 5.08 0.55 -
YUV 42.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 133 4 3 0 0.97 0.98 0.48 0.46 0.96 0.27
Hex 85 4 3 0 61 62 30 0 60 1B
Octal 205 4 3 0 141 142 60 0 140 33
Binary 10000101 100 11 0 1100001 1100010 110000 0 1100000 11011

Color Harmonies of #850403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850403

Black with #850403

Text Example


Text Example

White with #850403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850403; }

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

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

background-color css

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

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

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

border-color css

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

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

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