Html Css Color HEX #761402 Maroon

📋 copy color: '#761402'

red 118 ◦ green 20 ◦ blue 2

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

Shades of Maroon #761402

Tints of Maroon #761402

RGB

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

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

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

R = 84.29%
G = 14.29%
B = 1.43%

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

#761402 (or 0x761402) is known color: Maroon. HEX triplet: 76, 14 and 02. RGB value is (118,20,2). Sum of RGB (Red+Green+Blue) = 118+20+2=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #761402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761402 is #89EBFD. Grayscale: #2F2F2F. Windows color (decimal): -9038846 or 136310. OLE color: 136310.

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

Color convert

RGB 118 20 2 -
CMYK 0 0.83 0.98 0.54
HSL 9.31º 0.97% 0.24% -
HSV(B) 9.31º 0.98% 0.46% -
XYZ 7.73 4.36 0.49 -
YUV 47.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 118 20 2 0 0.83 0.98 0.54 9.31 0.97 0.24
Hex 76 14 2 0 53 62 36 9 61 18
Octal 166 24 2 0 123 142 66 11 141 30
Binary 1110110 10100 10 0 1010011 1100010 110110 1001 1100001 11000

Color Harmonies of #761402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761402

Black with #761402

Text Example


Text Example

White with #761402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761402; }

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

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

background-color css

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

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

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

border-color css

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

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

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