Html Css Color HEX #7C0435 Burgundy

📋 copy color: '#7C0435'

red 124 ◦ green 4 ◦ blue 53

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

Shades of Burgundy #7C0435

Tints of Burgundy #7C0435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.21%

 BLUE value IS 53 (21.09% from 255) = 29.28%

R = 68.51%
G = 2.21%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7C0435 (or 0x7C0435) is known color: Burgundy. HEX triplet: 7C, 04 and 35. RGB value is (124,4,53). Sum of RGB (Red+Green+Blue) = 124+4+53=181 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.51% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0435 is #83FBCA. Grayscale: #2D2D2D. Windows color (decimal): -8649675 or 3474556. OLE color: 3474556.

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

Color convert

RGB 124 4 53 -
CMYK 0 0.97 0.57 0.51
HSL 335.5º 0.94% 0.25% -
HSV(B) 335.5º 0.97% 0.49% -
XYZ 9 4.63 3.79 -
YUV 45.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 124 4 53 0 0.97 0.57 0.51 335.5 0.94 0.25
Hex 7C 4 35 0 61 39 33 150 5E 19
Octal 174 4 65 0 141 71 63 520 136 31
Binary 1111100 100 110101 0 1100001 111001 110011 101010000 1011110 11001

Color Harmonies of #7C0435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0435

Black with #7C0435

Text Example


Text Example

White with #7C0435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,4,53); }

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

background-color css

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

 a { background-color: rgb(124,4,53); }

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

border-color css

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

 span { border-color: rgb(124,4,53); }

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