Html Css Color HEX #7B1601 Maroon

📋 copy color: '#7B1601'

red 123 ◦ green 22 ◦ blue 1

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

Shades of Maroon #7B1601

Tints of Maroon #7B1601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.07%

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

R = 84.25%
G = 15.07%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7B1601 (or 0x7B1601) is known color: Maroon. HEX triplet: 7B, 16 and 01. RGB value is (123,22,1). Sum of RGB (Red+Green+Blue) = 123+22+1=146 (19% of max value = 765). Red value is 123 (48.44% from 255 or 84.25% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1601 is #84E9FE. Grayscale: #313131. Windows color (decimal): -8710655 or 71291. OLE color: 71291.

HSL color Cylindrical-coordinate representation of color #7B1601: hue angle of 10.33º 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 #7B1601 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 22 1 -
CMYK 0 0.82 0.99 0.52
HSL 10.33º 0.98% 0.24% -
HSV(B) 10.33º 0.99% 0.48% -
XYZ 8.46 4.79 0.51 -
YUV 49.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 123 22 1 0 0.82 0.99 0.52 10.33 0.98 0.24
Hex 7B 16 1 0 52 63 34 A 62 18
Octal 173 26 1 0 122 143 64 12 142 30
Binary 1111011 10110 1 0 1010010 1100011 110100 1010 1100010 11000

Color Harmonies of #7B1601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1601

Black with #7B1601

Text Example


Text Example

White with #7B1601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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