Html Css Color HEX #7B1402 Maroon

📋 copy color: '#7B1402'

red 123 ◦ green 20 ◦ blue 2

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

Shades of Maroon #7B1402

Tints of Maroon #7B1402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.38%

R = 84.83%
G = 13.79%
B = 1.38%

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

#7B1402 (or 0x7B1402) is known color: Maroon. HEX triplet: 7B, 14 and 02. RGB value is (123,20,2). Sum of RGB (Red+Green+Blue) = 123+20+2=145 (19% of max value = 765). Red value is 123 (48.44% from 255 or 84.83% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1402 is #84EBFD. Grayscale: #303030. Windows color (decimal): -8711166 or 136315. OLE color: 136315.

HSL color Cylindrical-coordinate representation of color #7B1402: hue angle of 8.93º degrees, saturation: 0.97, 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 #7B1402 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 20 2 -
CMYK 0 0.84 0.98 0.52
HSL 8.93º 0.97% 0.25% -
HSV(B) 8.93º 0.98% 0.48% -
XYZ 8.43 4.72 0.52 -
YUV 48.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 123 20 2 0 0.84 0.98 0.52 8.93 0.97 0.25
Hex 7B 14 2 0 54 62 34 9 61 19
Octal 173 24 2 0 124 142 64 11 141 31
Binary 1111011 10100 10 0 1010100 1100010 110100 1001 1100001 11001

Color Harmonies of #7B1402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1402

Black with #7B1402

Text Example


Text Example

White with #7B1402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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