Html Css Color HEX #751302 Maroon

📋 copy color: '#751302'

red 117 ◦ green 19 ◦ blue 2

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

Shades of Maroon #751302

Tints of Maroon #751302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

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

R = 84.78%
G = 13.77%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#751302 (or 0x751302) is known color: Maroon. HEX triplet: 75, 13 and 02. RGB value is (117,19,2). Sum of RGB (Red+Green+Blue) = 117+19+2=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #751302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751302 is #8AECFD. Grayscale: #2E2E2E. Windows color (decimal): -9104638 or 136053. OLE color: 136053.

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

Color convert

RGB 117 19 2 -
CMYK 0 0.84 0.98 0.54
HSL 8.87º 0.97% 0.23% -
HSV(B) 8.87º 0.98% 0.46% -
XYZ 7.58 4.25 0.48 -
YUV 46.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 117 19 2 0 0.84 0.98 0.54 8.87 0.97 0.23
Hex 75 13 2 0 54 62 36 9 61 17
Octal 165 23 2 0 124 142 66 11 141 27
Binary 1110101 10011 10 0 1010100 1100010 110110 1001 1100001 10111

Color Harmonies of #751302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751302

Black with #751302

Text Example


Text Example

White with #751302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751302; }

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

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

background-color css

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

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

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

border-color css

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

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

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