Html Css Color HEX #751206 Maroon

📋 copy color: '#751206'

red 117 ◦ green 18 ◦ blue 6

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

Shades of Maroon #751206

Tints of Maroon #751206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

 BLUE value IS 6 (2.73% from 255) = 4.26%

R = 82.98%
G = 12.77%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#751206 (or 0x751206) is known color: Maroon. HEX triplet: 75, 12 and 06. RGB value is (117,18,6). Sum of RGB (Red+Green+Blue) = 117+18+6=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #751206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751206 is #8AEDF9. Grayscale: #2E2E2E. Windows color (decimal): -9104890 or 397941. OLE color: 397941.

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

Color convert

RGB 117 18 6 -
CMYK 0 0.85 0.95 0.54
HSL 6.49º 0.9% 0.24% -
HSV(B) 6.49º 0.95% 0.46% -
XYZ 7.59 4.23 0.59 -
YUV 46.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 117 18 6 0 0.85 0.95 0.54 6.49 0.9 0.24
Hex 75 12 6 0 55 5F 36 6 5A 18
Octal 165 22 6 0 125 137 66 6 132 30
Binary 1110101 10010 110 0 1010101 1011111 110110 110 1011010 11000

Color Harmonies of #751206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751206

Black with #751206

Text Example


Text Example

White with #751206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751206; }

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

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

background-color css

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

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

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

border-color css

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

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

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