Html Css Color HEX #7B1403 Maroon

📋 copy color: '#7B1403'

red 123 ◦ green 20 ◦ blue 3

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

Shades of Maroon #7B1403

Tints of Maroon #7B1403

RGB

 RED value IS 123 (48.44% from 255) = 84.25%

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

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

R = 84.25%
G = 13.7%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7B1403 (or 0x7B1403) is known color: Maroon. HEX triplet: 7B, 14 and 03. RGB value is (123,20,3). Sum of RGB (Red+Green+Blue) = 123+20+3=146 (19% of max value = 765). Red value is 123 (48.44% from 255 or 84.25% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1403 is #84EBFC. Grayscale: #313131. Windows color (decimal): -8711165 or 201851. OLE color: 201851.

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

Color convert

RGB 123 20 3 -
CMYK 0 0.84 0.98 0.52
HSL 8.5º 0.95% 0.25% -
HSV(B) 8.5º 0.98% 0.48% -
XYZ 8.43 4.72 0.55 -
YUV 48.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 123 20 3 0 0.84 0.98 0.52 8.5 0.95 0.25
Hex 7B 14 3 0 54 62 34 8 5F 19
Octal 173 24 3 0 124 142 64 10 137 31
Binary 1111011 10100 11 0 1010100 1100010 110100 1000 1011111 11001

Color Harmonies of #7B1403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1403

Black with #7B1403

Text Example


Text Example

White with #7B1403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,20,3); }

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

background-color css

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

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

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

border-color css

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

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

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