Html Css Color HEX #7D0423 Burgundy

📋 copy color: '#7D0423'

red 125 ◦ green 4 ◦ blue 35

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

Shades of Burgundy #7D0423

Tints of Burgundy #7D0423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

 BLUE value IS 35 (14.06% from 255) = 21.34%

R = 76.22%
G = 2.44%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7D0423 (or 0x7D0423) is known color: Burgundy. HEX triplet: 7D, 04 and 23. RGB value is (125,4,35). Sum of RGB (Red+Green+Blue) = 125+4+35=164 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.22% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0423 is #82FBDC. Grayscale: #2B2B2B. Windows color (decimal): -8584157 or 2294909. OLE color: 2294909.

HSL color Cylindrical-coordinate representation of color #7D0423: hue angle of 344.63º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D0423 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 4 35 -
CMYK 0 0.97 0.72 0.51
HSL 344.63º 0.94% 0.25% -
HSV(B) 344.63º 0.97% 0.49% -
XYZ 8.8 4.57 2.01 -
YUV 43.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 125 4 35 0 0.97 0.72 0.51 344.63 0.94 0.25
Hex 7D 4 23 0 61 48 33 159 5E 19
Octal 175 4 43 0 141 110 63 531 136 31
Binary 1111101 100 100011 0 1100001 1001000 110011 101011001 1011110 11001

Color Harmonies of #7D0423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0423

Black with #7D0423

Text Example


Text Example

White with #7D0423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,4,35); }

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

background-color css

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

 a { background-color: rgb(125,4,35); }

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

border-color css

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

 span { border-color: rgb(125,4,35); }

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