Html Css Color HEX #750D03 Maroon

📋 copy color: '#750D03'

red 117 ◦ green 13 ◦ blue 3

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

Shades of Maroon #750D03

Tints of Maroon #750D03

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.77%

 BLUE value IS 3 (1.56% from 255) = 2.26%

R = 87.97%
G = 9.77%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#750D03 (or 0x750D03) is known color: Maroon. HEX triplet: 75, 0D and 03. RGB value is (117,13,3). Sum of RGB (Red+Green+Blue) = 117+13+3=133 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.97% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 117 - color contains mainly: red. Hex color #750D03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750D03 is #8AF2FC. Grayscale: #2B2B2B. Windows color (decimal): -9106173 or 200053. OLE color: 200053.

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

Color convert

RGB 117 13 3 -
CMYK 0 0.89 0.97 0.54
HSL 5.26º 0.95% 0.24% -
HSV(B) 5.26º 0.97% 0.46% -
XYZ 7.5 4.08 0.48 -
YUV 42.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 117 13 3 0 0.89 0.97 0.54 5.26 0.95 0.24
Hex 75 D 3 0 59 61 36 5 5F 18
Octal 165 15 3 0 131 141 66 5 137 30
Binary 1110101 1101 11 0 1011001 1100001 110110 101 1011111 11000

Color Harmonies of #750D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D03

Black with #750D03

Text Example


Text Example

White with #750D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,13,3); }

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

background-color css

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

 a { background-color: rgb(117,13,3); }

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

border-color css

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

 span { border-color: rgb(117,13,3); }

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