Html Css Color HEX #7C0225 Burgundy

📋 copy color: '#7C0225'

red 124 ◦ green 2 ◦ blue 37

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

Shades of Burgundy #7C0225

Tints of Burgundy #7C0225

RGB

 RED value IS 124 (48.83% from 255) = 76.07%

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

 BLUE value IS 37 (14.84% from 255) = 22.7%

R = 76.07%
G = 1.23%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7C0225 (or 0x7C0225) is known color: Burgundy. HEX triplet: 7C, 02 and 25. RGB value is (124,2,37). Sum of RGB (Red+Green+Blue) = 124+2+37=163 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.07% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0225 is #83FDDA. Grayscale: #2A2A2A. Windows color (decimal): -8650203 or 2425468. OLE color: 2425468.

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

Color convert

RGB 124 2 37 -
CMYK 0 0.98 0.70 0.51
HSL 342.79º 0.97% 0.25% -
HSV(B) 342.79º 0.98% 0.49% -
XYZ 8.67 4.46 2.15 -
YUV 42.47 124.92 186.15 -
System Red Green Blue C M Y K H S L
Decimal 124 2 37 0 0.98 0.70 0.51 342.79 0.97 0.25
Hex 7C 2 25 0 62 46 33 157 61 19
Octal 174 2 45 0 142 106 63 527 141 31
Binary 1111100 10 100101 0 1100010 1000110 110011 101010111 1100001 11001

Color Harmonies of #7C0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0225

Black with #7C0225

Text Example


Text Example

White with #7C0225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,2,37); }

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

background-color css

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

 a { background-color: rgb(124,2,37); }

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

border-color css

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

 span { border-color: rgb(124,2,37); }

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