Html Css Color HEX #7D0230 Burgundy

📋 copy color: '#7D0230'

red 125 ◦ green 2 ◦ blue 48

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

Shades of Burgundy #7D0230

Tints of Burgundy #7D0230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

 BLUE value IS 48 (19.14% from 255) = 27.43%

R = 71.43%
G = 1.14%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D0230 (or 0x7D0230) is known color: Burgundy. HEX triplet: 7D, 02 and 30. RGB value is (125,2,48). Sum of RGB (Red+Green+Blue) = 125+2+48=175 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.43% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0230 is #82FDCF. Grayscale: #2B2B2B. Windows color (decimal): -8584656 or 3146365. OLE color: 3146365.

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

Color convert

RGB 125 2 48 -
CMYK 0 0.98 0.62 0.51
HSL 337.56º 0.97% 0.25% -
HSV(B) 337.56º 0.98% 0.49% -
XYZ 9.01 4.62 3.21 -
YUV 44.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 125 2 48 0 0.98 0.62 0.51 337.56 0.97 0.25
Hex 7D 2 30 0 62 3E 33 152 61 19
Octal 175 2 60 0 142 76 63 522 141 31
Binary 1111101 10 110000 0 1100010 111110 110011 101010010 1100001 11001

Color Harmonies of #7D0230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0230

Black with #7D0230

Text Example


Text Example

White with #7D0230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,2,48); }

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

background-color css

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

 a { background-color: rgb(125,2,48); }

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

border-color css

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

 span { border-color: rgb(125,2,48); }

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