Html Css Color HEX #7C0232 Burgundy

📋 copy color: '#7C0232'

red 124 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #7C0232

Tints of Burgundy #7C0232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 28.41%

R = 70.45%
G = 1.14%
B = 28.41%

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

#7C0232 (or 0x7C0232) is known color: Burgundy. HEX triplet: 7C, 02 and 32. RGB value is (124,2,50). Sum of RGB (Red+Green+Blue) = 124+2+50=176 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.45% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0232 is #83FDCD. Grayscale: #2B2B2B. Windows color (decimal): -8650190 or 3277436. OLE color: 3277436.

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

Color convert

RGB 124 2 50 -
CMYK 0 0.98 0.60 0.51
HSL 336.39º 0.97% 0.25% -
HSV(B) 336.39º 0.98% 0.49% -
XYZ 8.91 4.56 3.43 -
YUV 43.95 131.42 185.1 -
System Red Green Blue C M Y K H S L
Decimal 124 2 50 0 0.98 0.60 0.51 336.39 0.97 0.25
Hex 7C 2 32 0 62 3C 33 150 61 19
Octal 174 2 62 0 142 74 63 520 141 31
Binary 1111100 10 110010 0 1100010 111100 110011 101010000 1100001 11001

Color Harmonies of #7C0232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0232

Black with #7C0232

Text Example


Text Example

White with #7C0232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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