Html Css Color HEX #750602 Maroon

📋 copy color: '#750602'

red 117 ◦ green 6 ◦ blue 2

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

Shades of Maroon #750602

Tints of Maroon #750602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.8%

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

R = 93.6%
G = 4.8%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#750602 (or 0x750602) is known color: Maroon. HEX triplet: 75, 06 and 02. RGB value is (117,6,2). Sum of RGB (Red+Green+Blue) = 117+6+2=125 (16% of max value = 765). Red value is 117 (46.09% from 255 or 93.6% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 117 - color contains mainly: red. Hex color #750602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750602 is #8AF9FD. Grayscale: #262626. Windows color (decimal): -9107966 or 132725. OLE color: 132725.

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

Color convert

RGB 117 6 2 -
CMYK 0 0.95 0.98 0.54
HSL 2.09º 0.97% 0.23% -
HSV(B) 2.09º 0.98% 0.46% -
XYZ 7.41 3.92 0.42 -
YUV 38.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 117 6 2 0 0.95 0.98 0.54 2.09 0.97 0.23
Hex 75 6 2 0 5F 62 36 2 61 17
Octal 165 6 2 0 137 142 66 2 141 27
Binary 1110101 110 10 0 1011111 1100010 110110 10 1100001 10111

Color Harmonies of #750602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750602

Black with #750602

Text Example


Text Example

White with #750602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750602; }

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

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

background-color css

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

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

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

border-color css

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

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

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