Html Css Color HEX #750F02 Maroon

📋 copy color: '#750F02'

red 117 ◦ green 15 ◦ blue 2

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

Shades of Maroon #750F02

Tints of Maroon #750F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.49%

R = 87.31%
G = 11.19%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#750F02 (or 0x750F02) is known color: Maroon. HEX triplet: 75, 0F and 02. RGB value is (117,15,2). Sum of RGB (Red+Green+Blue) = 117+15+2=134 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.31% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 117 - color contains mainly: red. Hex color #750F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F02 is #8AF0FD. Grayscale: #2C2C2C. Windows color (decimal): -9105662 or 135029. OLE color: 135029.

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

Color convert

RGB 117 15 2 -
CMYK 0 0.87 0.98 0.54
HSL 6.78º 0.97% 0.23% -
HSV(B) 6.78º 0.98% 0.46% -
XYZ 7.52 4.13 0.46 -
YUV 44.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 117 15 2 0 0.87 0.98 0.54 6.78 0.97 0.23
Hex 75 F 2 0 57 62 36 7 61 17
Octal 165 17 2 0 127 142 66 7 141 27
Binary 1110101 1111 10 0 1010111 1100010 110110 111 1100001 10111

Color Harmonies of #750F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750F02

Black with #750F02

Text Example


Text Example

White with #750F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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