Html Css Color HEX #7C0231 Burgundy

📋 copy color: '#7C0231'

red 124 ◦ green 2 ◦ blue 49

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

Shades of Burgundy #7C0231

Tints of Burgundy #7C0231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 28%

R = 70.86%
G = 1.14%
B = 28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C0231 (or 0x7C0231) is known color: Burgundy. HEX triplet: 7C, 02 and 31. RGB value is (124,2,49). Sum of RGB (Red+Green+Blue) = 124+2+49=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0231 is #83FDCE. Grayscale: #2B2B2B. Windows color (decimal): -8650191 or 3211900. OLE color: 3211900.

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

Color convert

RGB 124 2 49 -
CMYK 0 0.98 0.60 0.51
HSL 336.89º 0.97% 0.25% -
HSV(B) 336.89º 0.98% 0.49% -
XYZ 8.89 4.55 3.32 -
YUV 43.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 124 2 49 0 0.98 0.60 0.51 336.89 0.97 0.25
Hex 7C 2 31 0 62 3C 33 151 61 19
Octal 174 2 61 0 142 74 63 521 141 31
Binary 1111100 10 110001 0 1100010 111100 110011 101010001 1100001 11001

Color Harmonies of #7C0231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0231

Black with #7C0231

Text Example


Text Example

White with #7C0231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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