Html Css Color HEX #7D0C2A Burgundy

📋 copy color: '#7D0C2A'

red 125 ◦ green 12 ◦ blue 42

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

Shades of Burgundy #7D0C2A

Tints of Burgundy #7D0C2A

RGB

 RED value IS 125 (49.22% from 255) = 69.83%

 GREEN value IS 12 (5.08% from 255) = 6.7%

 BLUE value IS 42 (16.8% from 255) = 23.46%

R = 69.83%
G = 6.7%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7D0C2A (or 0x7D0C2A) is known color: Burgundy. HEX triplet: 7D, 0C and 2A. RGB value is (125,12,42). Sum of RGB (Red+Green+Blue) = 125+12+42=179 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.83% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0C2A is #82F3D5. Grayscale: #313131. Windows color (decimal): -8582102 or 2755709. OLE color: 2755709.

HSL color Cylindrical-coordinate representation of color #7D0C2A: hue angle of 344.07º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0C2A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 12 42 -
CMYK 0 0.90 0.66 0.51
HSL 344.07º 0.82% 0.27% -
HSV(B) 344.07º 0.9% 0.49% -
XYZ 9.01 4.79 2.64 -
YUV 49.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 125 12 42 0 0.90 0.66 0.51 344.07 0.82 0.27
Hex 7D C 2A 0 5A 42 33 158 52 1B
Octal 175 14 52 0 132 102 63 530 122 33
Binary 1111101 1100 101010 0 1011010 1000010 110011 101011000 1010010 11011

Color Harmonies of #7D0C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0C2A

Black with #7D0C2A

Text Example


Text Example

White with #7D0C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,12,42); }

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

background-color css

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

 a { background-color: rgb(125,12,42); }

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

border-color css

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

 span { border-color: rgb(125,12,42); }

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