Html Css Color HEX #7A0D27 Burgundy

📋 copy color: '#7A0D27'

red 122 ◦ green 13 ◦ blue 39

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

Shades of Burgundy #7A0D27

Tints of Burgundy #7A0D27

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.47%

 BLUE value IS 39 (15.63% from 255) = 22.41%

R = 70.11%
G = 7.47%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.52

RGB Variations

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

Color information

#7A0D27 (or 0x7A0D27) is known color: Burgundy. HEX triplet: 7A, 0D and 27. RGB value is (122,13,39). Sum of RGB (Red+Green+Blue) = 122+13+39=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0D27 is #85F2D8. Grayscale: #303030. Windows color (decimal): -8778457 or 2559354. OLE color: 2559354.

HSL color Cylindrical-coordinate representation of color #7A0D27: hue angle of 345.69º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0D27 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 13 39 -
CMYK 0 0.89 0.68 0.52
HSL 345.69º 0.81% 0.26% -
HSV(B) 345.69º 0.89% 0.48% -
XYZ 8.54 4.57 2.35 -
YUV 48.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 122 13 39 0 0.89 0.68 0.52 345.69 0.81 0.26
Hex 7A D 27 0 59 44 34 15A 51 1A
Octal 172 15 47 0 131 104 64 532 121 32
Binary 1111010 1101 100111 0 1011001 1000100 110100 101011010 1010001 11010

Color Harmonies of #7A0D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0D27

Black with #7A0D27

Text Example


Text Example

White with #7A0D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,13,39); }

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

background-color css

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

 a { background-color: rgb(122,13,39); }

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

border-color css

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

 span { border-color: rgb(122,13,39); }

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