Html Css Color HEX #7A0F25 Burgundy

📋 copy color: '#7A0F25'

red 122 ◦ green 15 ◦ blue 37

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

Shades of Burgundy #7A0F25

Tints of Burgundy #7A0F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.26%

R = 70.11%
G = 8.62%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#7A0F25 (or 0x7A0F25) is known color: Burgundy. HEX triplet: 7A, 0F and 25. RGB value is (122,15,37). Sum of RGB (Red+Green+Blue) = 122+15+37=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0F25 is #85F0DA. Grayscale: #313131. Windows color (decimal): -8777947 or 2428794. OLE color: 2428794.

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

Color convert

RGB 122 15 37 -
CMYK 0 0.88 0.70 0.52
HSL 347.66º 0.78% 0.27% -
HSV(B) 347.66º 0.88% 0.48% -
XYZ 8.53 4.61 2.19 -
YUV 49.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 122 15 37 0 0.88 0.70 0.52 347.66 0.78 0.27
Hex 7A F 25 0 58 46 34 15C 4E 1B
Octal 172 17 45 0 130 106 64 534 116 33
Binary 1111010 1111 100101 0 1011000 1000110 110100 101011100 1001110 11011

Color Harmonies of #7A0F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0F25

Black with #7A0F25

Text Example


Text Example

White with #7A0F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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