Html Css Color HEX #7A030F Burgundy

📋 copy color: '#7A030F'

red 122 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #7A030F

Tints of Burgundy #7A030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

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

R = 87.14%
G = 2.14%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#7A030F (or 0x7A030F) is known color: Burgundy. HEX triplet: 7A, 03 and 0F. RGB value is (122,3,15). Sum of RGB (Red+Green+Blue) = 122+3+15=140 (18% of max value = 765). Red value is 122 (48.05% from 255 or 87.14% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 122 - color contains mainly: red. Hex color #7A030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A030F is #85FCF0. Grayscale: #282828. Windows color (decimal): -8781041 or 983930. OLE color: 983930.

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

Color convert

RGB 122 3 15 -
CMYK 0 0.98 0.88 0.52
HSL 353.95º 0.95% 0.25% -
HSV(B) 353.95º 0.98% 0.48% -
XYZ 8.14 4.24 0.84 -
YUV 39.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 122 3 15 0 0.98 0.88 0.52 353.95 0.95 0.25
Hex 7A 3 F 0 62 58 34 162 5F 19
Octal 172 3 17 0 142 130 64 542 137 31
Binary 1111010 11 1111 0 1100010 1011000 110100 101100010 1011111 11001

Color Harmonies of #7A030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A030F

Black with #7A030F

Text Example


Text Example

White with #7A030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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