Html Css Color HEX #740600 Maroon

📋 copy color: '#740600'

red 116 ◦ green 6 ◦ blue 0

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

Shades of Maroon #740600

Tints of Maroon #740600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.08%
G = 4.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#740600 (or 0x740600) is known color: Maroon. HEX triplet: 74, 06 and 00. RGB value is (116,6,0). Sum of RGB (Red+Green+Blue) = 116+6+0=122 (16% of max value = 765). Red value is 116 (45.70% from 255 or 95.08% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 116 - color contains mainly: red. Hex color #740600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740600 is #8BF9FF. Grayscale: #262626. Windows color (decimal): -9173504 or 1652. OLE color: 1652.

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

Color convert

RGB 116 6 0 -
CMYK 0 0.95 1 0.55
HSL 3.1º 1% 0.23% -
HSV(B) 3.1º 1% 0.45% -
XYZ 7.27 3.84 0.36 -
YUV 38.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 116 6 0 0 0.95 1 0.55 3.1 1 0.23
Hex 74 6 0 0 5F 64 37 3 64 17
Octal 164 6 0 0 137 144 67 3 144 27
Binary 1110100 110 0 0 1011111 1100100 110111 11 1100100 10111

Color Harmonies of #740600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740600

Black with #740600

Text Example


Text Example

White with #740600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740600; }

 p { color: rgb(116,6,0); }

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

background-color css

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

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

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

border-color css

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

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

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