Html Css Color HEX #740902 Maroon

📋 copy color: '#740902'

red 116 ◦ green 9 ◦ blue 2

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

Shades of Maroon #740902

Tints of Maroon #740902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

 BLUE value IS 2 (1.17% from 255) = 1.57%

R = 91.34%
G = 7.09%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#740902 (or 0x740902) is known color: Maroon. HEX triplet: 74, 09 and 02. RGB value is (116,9,2). Sum of RGB (Red+Green+Blue) = 116+9+2=127 (16% of max value = 765). Red value is 116 (45.70% from 255 or 91.34% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 116 - color contains mainly: red. Hex color #740902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740902 is #8BF6FD. Grayscale: #282828. Windows color (decimal): -9172734 or 133492. OLE color: 133492.

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

Color convert

RGB 116 9 2 -
CMYK 0 0.92 0.98 0.55
HSL 3.68º 0.97% 0.23% -
HSV(B) 3.68º 0.98% 0.45% -
XYZ 7.31 3.91 0.43 -
YUV 40.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 116 9 2 0 0.92 0.98 0.55 3.68 0.97 0.23
Hex 74 9 2 0 5C 62 37 4 61 17
Octal 164 11 2 0 134 142 67 4 141 27
Binary 1110100 1001 10 0 1011100 1100010 110111 100 1100001 10111

Color Harmonies of #740902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740902

Black with #740902

Text Example


Text Example

White with #740902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740902; }

 p { color: rgb(116,9,2); }

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

background-color css

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

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

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

border-color css

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

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

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