Html Css Color HEX #761502 Maroon

📋 copy color: '#761502'

red 118 ◦ green 21 ◦ blue 2

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

Shades of Maroon #761502

Tints of Maroon #761502

RGB

 RED value IS 118 (46.48% from 255) = 83.69%

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 83.69%
G = 14.89%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#761502 (or 0x761502) is known color: Maroon. HEX triplet: 76, 15 and 02. RGB value is (118,21,2). Sum of RGB (Red+Green+Blue) = 118+21+2=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #761502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761502 is #89EAFD. Grayscale: #303030. Windows color (decimal): -9038590 or 136566. OLE color: 136566.

HSL color Cylindrical-coordinate representation of color #761502: hue angle of 9.83º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #761502 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 2 -
CMYK 0 0.82 0.98 0.54
HSL 9.83º 0.97% 0.24% -
HSV(B) 9.83º 0.98% 0.46% -
XYZ 7.75 4.39 0.5 -
YUV 47.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 118 21 2 0 0.82 0.98 0.54 9.83 0.97 0.24
Hex 76 15 2 0 52 62 36 A 61 18
Octal 166 25 2 0 122 142 66 12 141 30
Binary 1110110 10101 10 0 1010010 1100010 110110 1010 1100001 11000

Color Harmonies of #761502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761502

Black with #761502

Text Example


Text Example

White with #761502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761502; }

 p { color: rgb(118,21,2); }

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

background-color css

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

 a { background-color: rgb(118,21,2); }

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

border-color css

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

 span { border-color: rgb(118,21,2); }

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