Html Css Color HEX #7D0F18 Burgundy

📋 copy color: '#7D0F18'

red 125 ◦ green 15 ◦ blue 24

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

Shades of Burgundy #7D0F18

Tints of Burgundy #7D0F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.63%

R = 76.22%
G = 9.15%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7D0F18 (or 0x7D0F18) is known color: Burgundy. HEX triplet: 7D, 0F and 18. RGB value is (125,15,24). Sum of RGB (Red+Green+Blue) = 125+15+24=164 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.22% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0F18 is #82F0E7. Grayscale: #303030. Windows color (decimal): -8581352 or 1576829. OLE color: 1576829.

HSL color Cylindrical-coordinate representation of color #7D0F18: hue angle of 355.09º 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 #7D0F18 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 15 24 -
CMYK 0 0.88 0.81 0.51
HSL 355.09º 0.79% 0.27% -
HSV(B) 355.09º 0.88% 0.49% -
XYZ 8.79 4.77 1.32 -
YUV 48.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 125 15 24 0 0.88 0.81 0.51 355.09 0.79 0.27
Hex 7D F 18 0 58 51 33 163 4F 1B
Octal 175 17 30 0 130 121 63 543 117 33
Binary 1111101 1111 11000 0 1011000 1010001 110011 101100011 1001111 11011

Color Harmonies of #7D0F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0F18

Black with #7D0F18

Text Example


Text Example

White with #7D0F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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