Html Css Color HEX #760303 Maroon

📋 copy color: '#760303'

red 118 ◦ green 3 ◦ blue 3

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

Shades of Maroon #760303

Tints of Maroon #760303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

 BLUE value IS 3 (1.56% from 255) = 2.42%

R = 95.16%
G = 2.42%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#760303 (or 0x760303) is known color: Maroon. HEX triplet: 76, 03 and 03. RGB value is (118,3,3). Sum of RGB (Red+Green+Blue) = 118+3+3=124 (16% of max value = 765). Red value is 118 (46.48% from 255 or 95.16% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 118 - color contains mainly: red. Hex color #760303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760303 is #89FCFC. Grayscale: #252525. Windows color (decimal): -9043197 or 197494. OLE color: 197494.

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

Color convert

RGB 118 3 3 -
CMYK 0 0.97 0.97 0.54
HSL 0.95% 0.24% -
HSV(B) 0.97% 0.46% -
XYZ 7.52 3.92 0.45 -
YUV 37.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 118 3 3 0 0.97 0.97 0.54 0 0.95 0.24
Hex 76 3 3 0 61 61 36 0 5F 18
Octal 166 3 3 0 141 141 66 0 137 30
Binary 1110110 11 11 0 1100001 1100001 110110 0 1011111 11000

Color Harmonies of #760303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760303

Black with #760303

Text Example


Text Example

White with #760303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760303; }

 p { color: rgb(118,3,3); }

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

background-color css

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

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

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

border-color css

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

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

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