Html Css Color HEX #7D0127 Burgundy

📋 copy color: '#7D0127'

red 125 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #7D0127

Tints of Burgundy #7D0127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 75.76%
G = 0.61%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7D0127 (or 0x7D0127) is known color: Burgundy. HEX triplet: 7D, 01 and 27. RGB value is (125,1,39). Sum of RGB (Red+Green+Blue) = 125+1+39=165 (21% of max value = 765). Red value is 125 (49.22% from 255 or 75.76% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0127 is #82FED8. Grayscale: #2A2A2A. Windows color (decimal): -8584921 or 2556285. OLE color: 2556285.

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

Color convert

RGB 125 1 39 -
CMYK 0 0.99 0.69 0.51
HSL 341.61º 0.98% 0.25% -
HSV(B) 341.61º 0.99% 0.49% -
XYZ 8.83 4.53 2.33 -
YUV 42.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 125 1 39 0 0.99 0.69 0.51 341.61 0.98 0.25
Hex 7D 1 27 0 63 45 33 156 62 19
Octal 175 1 47 0 143 105 63 526 142 31
Binary 1111101 1 100111 0 1100011 1000101 110011 101010110 1100010 11001

Color Harmonies of #7D0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0127

Black with #7D0127

Text Example


Text Example

White with #7D0127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,1,39); }

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

background-color css

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

 a { background-color: rgb(125,1,39); }

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

border-color css

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

 span { border-color: rgb(125,1,39); }

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