Html Css Color HEX #751602 Maroon

📋 copy color: '#751602'

red 117 ◦ green 22 ◦ blue 2

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

Shades of Maroon #751602

Tints of Maroon #751602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

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

R = 82.98%
G = 15.6%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#751602 (or 0x751602) is known color: Maroon. HEX triplet: 75, 16 and 02. RGB value is (117,22,2). Sum of RGB (Red+Green+Blue) = 117+22+2=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #751602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751602 is #8AE9FD. Grayscale: #303030. Windows color (decimal): -9103870 or 136821. OLE color: 136821.

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

Color convert

RGB 117 22 2 -
CMYK 0 0.81 0.98 0.54
HSL 10.43º 0.97% 0.23% -
HSV(B) 10.43º 0.98% 0.46% -
XYZ 7.63 4.36 0.5 -
YUV 48.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 117 22 2 0 0.81 0.98 0.54 10.43 0.97 0.23
Hex 75 16 2 0 51 62 36 A 61 17
Octal 165 26 2 0 121 142 66 12 141 27
Binary 1110101 10110 10 0 1010001 1100010 110110 1010 1100001 10111

Color Harmonies of #751602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751602

Black with #751602

Text Example


Text Example

White with #751602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751602; }

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

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

background-color css

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

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

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

border-color css

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

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

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