Html Css Color HEX #7D0922 Burgundy

📋 copy color: '#7D0922'

red 125 ◦ green 9 ◦ blue 34

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

Shades of Burgundy #7D0922

Tints of Burgundy #7D0922

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

 BLUE value IS 34 (13.67% from 255) = 20.24%

R = 74.4%
G = 5.36%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7D0922 (or 0x7D0922) is known color: Burgundy. HEX triplet: 7D, 09 and 22. RGB value is (125,9,34). Sum of RGB (Red+Green+Blue) = 125+9+34=168 (22% of max value = 765). Red value is 125 (49.22% from 255 or 74.40% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0922 is #82F6DD. Grayscale: #2E2E2E. Windows color (decimal): -8582878 or 2230653. OLE color: 2230653.

HSL color Cylindrical-coordinate representation of color #7D0922: hue angle of 347.07º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0922 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 9 34 -
CMYK 0 0.93 0.73 0.51
HSL 347.07º 0.87% 0.26% -
HSV(B) 347.07º 0.93% 0.49% -
XYZ 8.84 4.67 1.95 -
YUV 46.53 120.93 183.97 -
System Red Green Blue C M Y K H S L
Decimal 125 9 34 0 0.93 0.73 0.51 347.07 0.87 0.26
Hex 7D 9 22 0 5D 49 33 15B 57 1A
Octal 175 11 42 0 135 111 63 533 127 32
Binary 1111101 1001 100010 0 1011101 1001001 110011 101011011 1010111 11010

Color Harmonies of #7D0922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0922

Black with #7D0922

Text Example


Text Example

White with #7D0922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,9,34); }

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

background-color css

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

 a { background-color: rgb(125,9,34); }

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

border-color css

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

 span { border-color: rgb(125,9,34); }

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