Html Css Color HEX #7A0B2D Burgundy

📋 copy color: '#7A0B2D'

red 122 ◦ green 11 ◦ blue 45

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

Shades of Burgundy #7A0B2D

Tints of Burgundy #7A0B2D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.18%

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 68.54%
G = 6.18%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#7A0B2D (or 0x7A0B2D) is known color: Burgundy. HEX triplet: 7A, 0B and 2D. RGB value is (122,11,45). Sum of RGB (Red+Green+Blue) = 122+11+45=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0B2D is #85F4D2. Grayscale: #303030. Windows color (decimal): -8778963 or 2952058. OLE color: 2952058.

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

Color convert

RGB 122 11 45 -
CMYK 0 0.91 0.63 0.52
HSL 341.62º 0.83% 0.26% -
HSV(B) 341.62º 0.91% 0.48% -
XYZ 8.62 4.57 2.91 -
YUV 48.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 122 11 45 0 0.91 0.63 0.52 341.62 0.83 0.26
Hex 7A B 2D 0 5B 3F 34 156 53 1A
Octal 172 13 55 0 133 77 64 526 123 32
Binary 1111010 1011 101101 0 1011011 111111 110100 101010110 1010011 11010

Color Harmonies of #7A0B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0B2D

Black with #7A0B2D

Text Example


Text Example

White with #7A0B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,11,45); }

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

background-color css

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

 a { background-color: rgb(122,11,45); }

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

border-color css

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

 span { border-color: rgb(122,11,45); }

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