Html Css Color HEX #751402 Maroon

📋 copy color: '#751402'

red 117 ◦ green 20 ◦ blue 2

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

Shades of Maroon #751402

Tints of Maroon #751402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

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

R = 84.17%
G = 14.39%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#751402 (or 0x751402) is known color: Maroon. HEX triplet: 75, 14 and 02. RGB value is (117,20,2). Sum of RGB (Red+Green+Blue) = 117+20+2=139 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.17% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 117 - color contains mainly: red. Hex color #751402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751402 is #8AEBFD. Grayscale: #2F2F2F. Windows color (decimal): -9104382 or 136309. OLE color: 136309.

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

Color convert

RGB 117 20 2 -
CMYK 0 0.83 0.98 0.54
HSL 9.39º 0.97% 0.23% -
HSV(B) 9.39º 0.98% 0.46% -
XYZ 7.6 4.29 0.48 -
YUV 46.95 102.64 177.96 -
System Red Green Blue C M Y K H S L
Decimal 117 20 2 0 0.83 0.98 0.54 9.39 0.97 0.23
Hex 75 14 2 0 53 62 36 9 61 17
Octal 165 24 2 0 123 142 66 11 141 27
Binary 1110101 10100 10 0 1010011 1100010 110110 1001 1100001 10111

Color Harmonies of #751402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751402

Black with #751402

Text Example


Text Example

White with #751402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751402; }

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

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

background-color css

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

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

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

border-color css

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

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

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