Html Css Color HEX #7B1305 Maroon

📋 copy color: '#7B1305'

red 123 ◦ green 19 ◦ blue 5

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

Shades of Maroon #7B1305

Tints of Maroon #7B1305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.93%

 BLUE value IS 5 (2.34% from 255) = 3.4%

R = 83.67%
G = 12.93%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#7B1305 (or 0x7B1305) is known color: Maroon. HEX triplet: 7B, 13 and 05. RGB value is (123,19,5). Sum of RGB (Red+Green+Blue) = 123+19+5=147 (19% of max value = 765). Red value is 123 (48.44% from 255 or 83.67% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1305 is #84ECFA. Grayscale: #303030. Windows color (decimal): -8711419 or 332667. OLE color: 332667.

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

Color convert

RGB 123 19 5 -
CMYK 0 0.85 0.96 0.52
HSL 7.12º 0.92% 0.25% -
HSV(B) 7.12º 0.96% 0.48% -
XYZ 8.43 4.69 0.6 -
YUV 48.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 123 19 5 0 0.85 0.96 0.52 7.12 0.92 0.25
Hex 7B 13 5 0 55 60 34 7 5C 19
Octal 173 23 5 0 125 140 64 7 134 31
Binary 1111011 10011 101 0 1010101 1100000 110100 111 1011100 11001

Color Harmonies of #7B1305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1305

Black with #7B1305

Text Example


Text Example

White with #7B1305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,19,5); }

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

background-color css

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

 a { background-color: rgb(123,19,5); }

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

border-color css

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

 span { border-color: rgb(123,19,5); }

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