Html Css Color HEX #7D0F28 Burgundy

📋 copy color: '#7D0F28'

red 125 ◦ green 15 ◦ blue 40

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

Shades of Burgundy #7D0F28

Tints of Burgundy #7D0F28

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.33%

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 69.44%
G = 8.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D0F28 (or 0x7D0F28) is known color: Burgundy. HEX triplet: 7D, 0F and 28. RGB value is (125,15,40). Sum of RGB (Red+Green+Blue) = 125+15+40=180 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.44% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0F28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0F28 is #82F0D7. Grayscale: #323232. Windows color (decimal): -8581336 or 2625405. OLE color: 2625405.

HSL color Cylindrical-coordinate representation of color #7D0F28: hue angle of 346.36º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D0F28 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 15 40 -
CMYK 0 0.88 0.68 0.51
HSL 346.36º 0.79% 0.27% -
HSV(B) 346.36º 0.88% 0.49% -
XYZ 9.01 4.85 2.47 -
YUV 50.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 125 15 40 0 0.88 0.68 0.51 346.36 0.79 0.27
Hex 7D F 28 0 58 44 33 15A 4F 1B
Octal 175 17 50 0 130 104 63 532 117 33
Binary 1111101 1111 101000 0 1011000 1000100 110011 101011010 1001111 11011

Color Harmonies of #7D0F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0F28

Black with #7D0F28

Text Example


Text Example

White with #7D0F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,15,40); }

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

background-color css

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

 a { background-color: rgb(125,15,40); }

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

border-color css

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

 span { border-color: rgb(125,15,40); }

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