Html Css Color HEX #740702 Maroon

📋 copy color: '#740702'

red 116 ◦ green 7 ◦ blue 2

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

Shades of Maroon #740702

Tints of Maroon #740702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.6%

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

R = 92.8%
G = 5.6%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#740702 (or 0x740702) is known color: Maroon. HEX triplet: 74, 07 and 02. RGB value is (116,7,2). Sum of RGB (Red+Green+Blue) = 116+7+2=125 (16% of max value = 765). Red value is 116 (45.70% from 255 or 92.8% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 116 - color contains mainly: red. Hex color #740702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740702 is #8BF8FD. Grayscale: #272727. Windows color (decimal): -9173246 or 132980. OLE color: 132980.

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

Color convert

RGB 116 7 2 -
CMYK 0 0.94 0.98 0.55
HSL 2.63º 0.97% 0.23% -
HSV(B) 2.63º 0.98% 0.45% -
XYZ 7.29 3.87 0.42 -
YUV 39.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 116 7 2 0 0.94 0.98 0.55 2.63 0.97 0.23
Hex 74 7 2 0 5E 62 37 3 61 17
Octal 164 7 2 0 136 142 67 3 141 27
Binary 1110100 111 10 0 1011110 1100010 110111 11 1100001 10111

Color Harmonies of #740702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740702

Black with #740702

Text Example


Text Example

White with #740702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740702; }

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

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

background-color css

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

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

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

border-color css

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

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

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