Html Css Color HEX #740803 Maroon

📋 copy color: '#740803'

red 116 ◦ green 8 ◦ blue 3

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

Shades of Maroon #740803

Tints of Maroon #740803

RGB

 RED value IS 116 (45.7% from 255) = 91.34%

 GREEN value IS 8 (3.52% from 255) = 6.3%

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

R = 91.34%
G = 6.3%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#740803 (or 0x740803) is known color: Maroon. HEX triplet: 74, 08 and 03. RGB value is (116,8,3). Sum of RGB (Red+Green+Blue) = 116+8+3=127 (16% of max value = 765). Red value is 116 (45.70% from 255 or 91.34% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 116 - color contains mainly: red. Hex color #740803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740803 is #8BF7FC. Grayscale: #272727. Windows color (decimal): -9172989 or 198772. OLE color: 198772.

HSL color Cylindrical-coordinate representation of color #740803: hue angle of 2.65º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740803 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 8 3 -
CMYK 0 0.93 0.97 0.55
HSL 2.65º 0.95% 0.23% -
HSV(B) 2.65º 0.97% 0.45% -
XYZ 7.31 3.89 0.45 -
YUV 39.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 116 8 3 0 0.93 0.97 0.55 2.65 0.95 0.23
Hex 74 8 3 0 5D 61 37 3 5F 17
Octal 164 10 3 0 135 141 67 3 137 27
Binary 1110100 1000 11 0 1011101 1100001 110111 11 1011111 10111

Color Harmonies of #740803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740803

Black with #740803

Text Example


Text Example

White with #740803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740803; }

 p { color: rgb(116,8,3); }

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

background-color css

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

 a { background-color: rgb(116,8,3); }

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

border-color css

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

 span { border-color: rgb(116,8,3); }

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