Html Css Color HEX #7A0B06 Maroon

📋 copy color: '#7A0B06'

red 122 ◦ green 11 ◦ blue 6

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

Shades of Maroon #7A0B06

Tints of Maroon #7A0B06

RGB

 RED value IS 122 (48.05% from 255) = 87.77%

 GREEN value IS 11 (4.69% from 255) = 7.91%

 BLUE value IS 6 (2.73% from 255) = 4.32%

R = 87.77%
G = 7.91%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.52

RGB Variations

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

Color information

#7A0B06 (or 0x7A0B06) is known color: Maroon. HEX triplet: 7A, 0B and 06. RGB value is (122,11,6). Sum of RGB (Red+Green+Blue) = 122+11+6=139 (18% of max value = 765). Red value is 122 (48.05% from 255 or 87.77% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0B06 is #85F4F9. Grayscale: #2B2B2B. Windows color (decimal): -8779002 or 396154. OLE color: 396154.

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

Color convert

RGB 122 11 6 -
CMYK 0 0.91 0.95 0.52
HSL 2.59º 0.91% 0.25% -
HSV(B) 2.59º 0.95% 0.48% -
XYZ 8.18 4.39 0.59 -
YUV 43.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 122 11 6 0 0.91 0.95 0.52 2.59 0.91 0.25
Hex 7A B 6 0 5B 5F 34 3 5B 19
Octal 172 13 6 0 133 137 64 3 133 31
Binary 1111010 1011 110 0 1011011 1011111 110100 11 1011011 11001

Color Harmonies of #7A0B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0B06

Black with #7A0B06

Text Example


Text Example

White with #7A0B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,11,6); }

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

background-color css

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

 a { background-color: rgb(122,11,6); }

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

border-color css

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

 span { border-color: rgb(122,11,6); }

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