Html Css Color HEX #750E08 Maroon

📋 copy color: '#750E08'

red 117 ◦ green 14 ◦ blue 8

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

Shades of Maroon #750E08

Tints of Maroon #750E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.07%

 BLUE value IS 8 (3.52% from 255) = 5.76%

R = 84.17%
G = 10.07%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#750E08 (or 0x750E08) is known color: Maroon. HEX triplet: 75, 0E and 08. RGB value is (117,14,8). Sum of RGB (Red+Green+Blue) = 117+14+8=139 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.17% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 117 - color contains mainly: red. Hex color #750E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750E08 is #8AF1F7. Grayscale: #2C2C2C. Windows color (decimal): -9105912 or 527989. OLE color: 527989.

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

Color convert

RGB 117 14 8 -
CMYK 0 0.88 0.93 0.54
HSL 3.3º 0.87% 0.25% -
HSV(B) 3.3º 0.93% 0.46% -
XYZ 7.54 4.11 0.63 -
YUV 44.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 117 14 8 0 0.88 0.93 0.54 3.3 0.87 0.25
Hex 75 E 8 0 58 5D 36 3 57 19
Octal 165 16 10 0 130 135 66 3 127 31
Binary 1110101 1110 1000 0 1011000 1011101 110110 11 1010111 11001

Color Harmonies of #750E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750E08

Black with #750E08

Text Example


Text Example

White with #750E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,14,8); }

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

background-color css

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

 a { background-color: rgb(117,14,8); }

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

border-color css

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

 span { border-color: rgb(117,14,8); }

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