Html Css Color HEX #750A02 Maroon

📋 copy color: '#750A02'

red 117 ◦ green 10 ◦ blue 2

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

Shades of Maroon #750A02

Tints of Maroon #750A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.75%

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

R = 90.7%
G = 7.75%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#750A02 (or 0x750A02) is known color: Maroon. HEX triplet: 75, 0A and 02. RGB value is (117,10,2). Sum of RGB (Red+Green+Blue) = 117+10+2=129 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90.70% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 117 - color contains mainly: red. Hex color #750A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750A02 is #8AF5FD. Grayscale: #292929. Windows color (decimal): -9106942 or 133749. OLE color: 133749.

HSL color Cylindrical-coordinate representation of color #750A02: hue angle of 4.17º 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 #750A02 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 10 2 -
CMYK 0 0.91 0.98 0.54
HSL 4.17º 0.97% 0.23% -
HSV(B) 4.17º 0.98% 0.46% -
XYZ 7.46 4 0.44 -
YUV 41.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 117 10 2 0 0.91 0.98 0.54 4.17 0.97 0.23
Hex 75 A 2 0 5B 62 36 4 61 17
Octal 165 12 2 0 133 142 66 4 141 27
Binary 1110101 1010 10 0 1011011 1100010 110110 100 1100001 10111

Color Harmonies of #750A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750A02

Black with #750A02

Text Example


Text Example

White with #750A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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