Html Css Color HEX #7C0635 Burgundy

📋 copy color: '#7C0635'

red 124 ◦ green 6 ◦ blue 53

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

Shades of Burgundy #7C0635

Tints of Burgundy #7C0635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

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

R = 67.76%
G = 3.28%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7C0635 (or 0x7C0635) is known color: Burgundy. HEX triplet: 7C, 06 and 35. RGB value is (124,6,53). Sum of RGB (Red+Green+Blue) = 124+6+53=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0635 is #83F9CA. Grayscale: #2E2E2E. Windows color (decimal): -8649163 or 3475068. OLE color: 3475068.

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

Color convert

RGB 124 6 53 -
CMYK 0 0.95 0.57 0.51
HSL 336.1º 0.91% 0.25% -
HSV(B) 336.1º 0.95% 0.49% -
XYZ 9.02 4.67 3.79 -
YUV 46.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 124 6 53 0 0.95 0.57 0.51 336.1 0.91 0.25
Hex 7C 6 35 0 5F 39 33 150 5B 19
Octal 174 6 65 0 137 71 63 520 133 31
Binary 1111100 110 110101 0 1011111 111001 110011 101010000 1011011 11001

Color Harmonies of #7C0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0635

Black with #7C0635

Text Example


Text Example

White with #7C0635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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