Html Css Color HEX #7B1701 Maroon

📋 copy color: '#7B1701'

red 123 ◦ green 23 ◦ blue 1

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

Shades of Maroon #7B1701

Tints of Maroon #7B1701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 83.67%
G = 15.65%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7B1701 (or 0x7B1701) is known color: Maroon. HEX triplet: 7B, 17 and 01. RGB value is (123,23,1). Sum of RGB (Red+Green+Blue) = 123+23+1=147 (19% of max value = 765). Red value is 123 (48.44% from 255 or 83.67% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1701 is #84E8FE. Grayscale: #323232. Windows color (decimal): -8710399 or 71547. OLE color: 71547.

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

Color convert

RGB 123 23 1 -
CMYK 0 0.81 0.99 0.52
HSL 10.82º 0.98% 0.24% -
HSV(B) 10.82º 0.99% 0.48% -
XYZ 8.48 4.83 0.51 -
YUV 50.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 123 23 1 0 0.81 0.99 0.52 10.82 0.98 0.24
Hex 7B 17 1 0 51 63 34 B 62 18
Octal 173 27 1 0 121 143 64 13 142 30
Binary 1111011 10111 1 0 1010001 1100011 110100 1011 1100010 11000

Color Harmonies of #7B1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1701

Black with #7B1701

Text Example


Text Example

White with #7B1701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,23,1); }

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

background-color css

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

 a { background-color: rgb(123,23,1); }

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

border-color css

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

 span { border-color: rgb(123,23,1); }

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