Html Css Color HEX #7A0F24 Burgundy

📋 copy color: '#7A0F24'

red 122 ◦ green 15 ◦ blue 36

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

Shades of Burgundy #7A0F24

Tints of Burgundy #7A0F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.81%

R = 70.52%
G = 8.67%
B = 20.81%

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

#7A0F24 (or 0x7A0F24) is known color: Burgundy. HEX triplet: 7A, 0F and 24. RGB value is (122,15,36). Sum of RGB (Red+Green+Blue) = 122+15+36=173 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.52% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0F24 is #85F0DB. Grayscale: #313131. Windows color (decimal): -8777948 or 2363258. OLE color: 2363258.

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

Color convert

RGB 122 15 36 -
CMYK 0 0.88 0.70 0.52
HSL 348.22º 0.78% 0.27% -
HSV(B) 348.22º 0.88% 0.48% -
XYZ 8.52 4.61 2.11 -
YUV 49.39 120.45 179.79 -
System Red Green Blue C M Y K H S L
Decimal 122 15 36 0 0.88 0.70 0.52 348.22 0.78 0.27
Hex 7A F 24 0 58 46 34 15C 4E 1B
Octal 172 17 44 0 130 106 64 534 116 33
Binary 1111010 1111 100100 0 1011000 1000110 110100 101011100 1001110 11011

Color Harmonies of #7A0F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0F24

Black with #7A0F24

Text Example


Text Example

White with #7A0F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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