Html Css Color HEX #750600 Maroon

📋 copy color: '#750600'

red 117 ◦ green 6 ◦ blue 0

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

Shades of Maroon #750600

Tints of Maroon #750600

RGB

 RED value IS 117 (46.09% from 255) = 95.12%

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

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

R = 95.12%
G = 4.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#750600 (or 0x750600) is known color: Maroon. HEX triplet: 75, 06 and 00. RGB value is (117,6,0). Sum of RGB (Red+Green+Blue) = 117+6+0=123 (16% of max value = 765). Red value is 117 (46.09% from 255 or 95.12% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 117 - color contains mainly: red. Hex color #750600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750600 is #8AF9FF. Grayscale: #262626. Windows color (decimal): -9107968 or 1653. OLE color: 1653.

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

Color convert

RGB 117 6 0 -
CMYK 0 0.95 1 0.54
HSL 3.08º 1% 0.23% -
HSV(B) 3.08º 1% 0.46% -
XYZ 7.4 3.91 0.37 -
YUV 38.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 117 6 0 0 0.95 1 0.54 3.08 1 0.23
Hex 75 6 0 0 5F 64 36 3 64 17
Octal 165 6 0 0 137 144 66 3 144 27
Binary 1110101 110 0 0 1011111 1100100 110110 11 1100100 10111

Color Harmonies of #750600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750600

Black with #750600

Text Example


Text Example

White with #750600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750600; }

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

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

background-color css

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

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

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

border-color css

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

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

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