Html Css Color HEX #7D0303 Maroon

📋 copy color: '#7D0303'

red 125 ◦ green 3 ◦ blue 3

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

Shades of Maroon #7D0303

Tints of Maroon #7D0303

RGB

 RED value IS 125 (49.22% from 255) = 95.42%

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

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

R = 95.42%
G = 2.29%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7D0303 (or 0x7D0303) is known color: Maroon. HEX triplet: 7D, 03 and 03. RGB value is (125,3,3). Sum of RGB (Red+Green+Blue) = 125+3+3=131 (17% of max value = 765). Red value is 125 (49.22% from 255 or 95.42% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0303 is #82FCFC. Grayscale: #272727. Windows color (decimal): -8584445 or 197501. OLE color: 197501.

HSL color Cylindrical-coordinate representation of color #7D0303: hue angle of 0º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D0303 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 3 3 -
CMYK 0 0.98 0.98 0.51
HSL 0.95% 0.25% -
HSV(B) 0.98% 0.49% -
XYZ 8.51 4.43 0.49 -
YUV 39.48 107.42 189 -
System Red Green Blue C M Y K H S L
Decimal 125 3 3 0 0.98 0.98 0.51 0 0.95 0.25
Hex 7D 3 3 0 62 62 33 0 5F 19
Octal 175 3 3 0 142 142 63 0 137 31
Binary 1111101 11 11 0 1100010 1100010 110011 0 1011111 11001

Color Harmonies of #7D0303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0303

Black with #7D0303

Text Example


Text Example

White with #7D0303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D0303; }

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

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

background-color css

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

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

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

border-color css

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

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

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