Html Css Color HEX #7C0227 Burgundy

📋 copy color: '#7C0227'

red 124 ◦ green 2 ◦ blue 39

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

Shades of Burgundy #7C0227

Tints of Burgundy #7C0227

RGB

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

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

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

R = 75.15%
G = 1.21%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7C0227 (or 0x7C0227) is known color: Burgundy. HEX triplet: 7C, 02 and 27. RGB value is (124,2,39). Sum of RGB (Red+Green+Blue) = 124+2+39=165 (21% of max value = 765). Red value is 124 (48.83% from 255 or 75.15% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0227 is #83FDD8. Grayscale: #2A2A2A. Windows color (decimal): -8650201 or 2556540. OLE color: 2556540.

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

Color convert

RGB 124 2 39 -
CMYK 0 0.98 0.69 0.51
HSL 341.8º 0.97% 0.25% -
HSV(B) 341.8º 0.98% 0.49% -
XYZ 8.7 4.47 2.32 -
YUV 42.7 125.92 185.99 -
System Red Green Blue C M Y K H S L
Decimal 124 2 39 0 0.98 0.69 0.51 341.8 0.97 0.25
Hex 7C 2 27 0 62 45 33 156 61 19
Octal 174 2 47 0 142 105 63 526 141 31
Binary 1111100 10 100111 0 1100010 1000101 110011 101010110 1100001 11001

Color Harmonies of #7C0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0227

Black with #7C0227

Text Example


Text Example

White with #7C0227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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