Html Css Color HEX #750F01 Maroon

📋 copy color: '#750F01'

red 117 ◦ green 15 ◦ blue 1

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

Shades of Maroon #750F01

Tints of Maroon #750F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.28%

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 87.97%
G = 11.28%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#750F01 (or 0x750F01) is known color: Maroon. HEX triplet: 75, 0F and 01. RGB value is (117,15,1). Sum of RGB (Red+Green+Blue) = 117+15+1=133 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.97% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 117 - color contains mainly: red. Hex color #750F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F01 is #8AF0FE. Grayscale: #2C2C2C. Windows color (decimal): -9105663 or 69493. OLE color: 69493.

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

Color convert

RGB 117 15 1 -
CMYK 0 0.87 0.99 0.54
HSL 7.24º 0.98% 0.23% -
HSV(B) 7.24º 0.99% 0.46% -
XYZ 7.51 4.13 0.43 -
YUV 43.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 117 15 1 0 0.87 0.99 0.54 7.24 0.98 0.23
Hex 75 F 1 0 57 63 36 7 62 17
Octal 165 17 1 0 127 143 66 7 142 27
Binary 1110101 1111 1 0 1010111 1100011 110110 111 1100010 10111

Color Harmonies of #750F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750F01

Black with #750F01

Text Example


Text Example

White with #750F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750F01; }

 p { color: rgb(117,15,1); }

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

background-color css

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

 a { background-color: rgb(117,15,1); }

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

border-color css

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

 span { border-color: rgb(117,15,1); }

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