Html Css Color HEX #751700 Maroon

📋 copy color: '#751700'

red 117 ◦ green 23 ◦ blue 0

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

Shades of Maroon #751700

Tints of Maroon #751700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.57%
G = 16.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#751700 (or 0x751700) is known color: Maroon. HEX triplet: 75, 17 and 00. RGB value is (117,23,0). Sum of RGB (Red+Green+Blue) = 117+23+0=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #751700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751700 is #8AE8FF. Grayscale: #303030. Windows color (decimal): -9103616 or 6005. OLE color: 6005.

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

Color convert

RGB 117 23 0 -
CMYK 0 0.80 1 0.54
HSL 11.79º 1% 0.23% -
HSV(B) 11.79º 1% 0.46% -
XYZ 7.64 4.39 0.45 -
YUV 48.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 117 23 0 0 0.80 1 0.54 11.79 1 0.23
Hex 75 17 0 0 50 64 36 C 64 17
Octal 165 27 0 0 120 144 66 14 144 27
Binary 1110101 10111 0 0 1010000 1100100 110110 1100 1100100 10111

Color Harmonies of #751700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751700

Black with #751700

Text Example


Text Example

White with #751700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751700; }

 p { color: rgb(117,23,0); }

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

background-color css

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

 a { background-color: rgb(117,23,0); }

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

border-color css

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

 span { border-color: rgb(117,23,0); }

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