Html Css Color HEX #740303 Maroon

📋 copy color: '#740303'

red 116 ◦ green 3 ◦ blue 3

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

Shades of Maroon #740303

Tints of Maroon #740303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.46%

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

R = 95.08%
G = 2.46%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#740303 (or 0x740303) is known color: Maroon. HEX triplet: 74, 03 and 03. RGB value is (116,3,3). Sum of RGB (Red+Green+Blue) = 116+3+3=122 (16% of max value = 765). Red value is 116 (45.70% from 255 or 95.08% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 116 - color contains mainly: red. Hex color #740303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740303 is #8BFCFC. Grayscale: #242424. Windows color (decimal): -9174269 or 197492. OLE color: 197492.

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

Color convert

RGB 116 3 3 -
CMYK 0 0.97 0.97 0.55
HSL 0.95% 0.23% -
HSV(B) 0.97% 0.45% -
XYZ 7.25 3.78 0.43 -
YUV 36.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 116 3 3 0 0.97 0.97 0.55 0 0.95 0.23
Hex 74 3 3 0 61 61 37 0 5F 17
Octal 164 3 3 0 141 141 67 0 137 27
Binary 1110100 11 11 0 1100001 1100001 110111 0 1011111 10111

Color Harmonies of #740303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740303

Black with #740303

Text Example


Text Example

White with #740303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740303; }

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

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

background-color css

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

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

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

border-color css

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

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

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