Html Css Color HEX #7A010F Burgundy

📋 copy color: '#7A010F'

red 122 ◦ green 1 ◦ blue 15

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

Shades of Burgundy #7A010F

Tints of Burgundy #7A010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 15 (6.25% from 255) = 10.87%

R = 88.41%
G = 0.72%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#7A010F (or 0x7A010F) is known color: Burgundy. HEX triplet: 7A, 01 and 0F. RGB value is (122,1,15). Sum of RGB (Red+Green+Blue) = 122+1+15=138 (18% of max value = 765). Red value is 122 (48.05% from 255 or 88.41% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 122 - color contains mainly: red. Hex color #7A010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A010F is #85FEF0. Grayscale: #262626. Windows color (decimal): -8781553 or 983418. OLE color: 983418.

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

Color convert

RGB 122 1 15 -
CMYK 0 0.99 0.88 0.52
HSL 353.06º 0.98% 0.24% -
HSV(B) 353.06º 0.99% 0.48% -
XYZ 8.12 4.19 0.83 -
YUV 38.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 122 1 15 0 0.99 0.88 0.52 353.06 0.98 0.24
Hex 7A 1 F 0 63 58 34 161 62 18
Octal 172 1 17 0 143 130 64 541 142 30
Binary 1111010 1 1111 0 1100011 1011000 110100 101100001 1100010 11000

Color Harmonies of #7A010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A010F

Black with #7A010F

Text Example


Text Example

White with #7A010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,1,15); }

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

background-color css

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

 a { background-color: rgb(122,1,15); }

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

border-color css

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

 span { border-color: rgb(122,1,15); }

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