Html Css Color HEX #7A0F29 Burgundy

📋 copy color: '#7A0F29'

red 122 ◦ green 15 ◦ blue 41

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

Shades of Burgundy #7A0F29

Tints of Burgundy #7A0F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.43%

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 68.54%
G = 8.43%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A0F29 (or 0x7A0F29) is known color: Burgundy. HEX triplet: 7A, 0F and 29. RGB value is (122,15,41). Sum of RGB (Red+Green+Blue) = 122+15+41=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0F29 is #85F0D6. Grayscale: #313131. Windows color (decimal): -8777943 or 2690938. OLE color: 2690938.

HSL color Cylindrical-coordinate representation of color #7A0F29: hue angle of 345.42º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A0F29 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 15 41 -
CMYK 0 0.88 0.66 0.52
HSL 345.42º 0.78% 0.27% -
HSV(B) 345.42º 0.88% 0.48% -
XYZ 8.6 4.64 2.54 -
YUV 49.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 122 15 41 0 0.88 0.66 0.52 345.42 0.78 0.27
Hex 7A F 29 0 58 42 34 159 4E 1B
Octal 172 17 51 0 130 102 64 531 116 33
Binary 1111010 1111 101001 0 1011000 1000010 110100 101011001 1001110 11011

Color Harmonies of #7A0F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0F29

Black with #7A0F29

Text Example


Text Example

White with #7A0F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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