Html Css Color HEX #7C0325 Burgundy

📋 copy color: '#7C0325'

red 124 ◦ green 3 ◦ blue 37

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

Shades of Burgundy #7C0325

Tints of Burgundy #7C0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.83%

 BLUE value IS 37 (14.84% from 255) = 22.56%

R = 75.61%
G = 1.83%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7C0325 (or 0x7C0325) is known color: Burgundy. HEX triplet: 7C, 03 and 25. RGB value is (124,3,37). Sum of RGB (Red+Green+Blue) = 124+3+37=164 (21% of max value = 765). Red value is 124 (48.83% from 255 or 75.61% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0325 is #83FCDA. Grayscale: #2B2B2B. Windows color (decimal): -8649947 or 2425724. OLE color: 2425724.

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

Color convert

RGB 124 3 37 -
CMYK 0 0.98 0.70 0.51
HSL 343.14º 0.95% 0.25% -
HSV(B) 343.14º 0.98% 0.49% -
XYZ 8.68 4.48 2.16 -
YUV 43.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 124 3 37 0 0.98 0.70 0.51 343.14 0.95 0.25
Hex 7C 3 25 0 62 46 33 157 5F 19
Octal 174 3 45 0 142 106 63 527 137 31
Binary 1111100 11 100101 0 1100010 1000110 110011 101010111 1011111 11001

Color Harmonies of #7C0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0325

Black with #7C0325

Text Example


Text Example

White with #7C0325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,3,37); }

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

background-color css

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

 a { background-color: rgb(124,3,37); }

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

border-color css

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

 span { border-color: rgb(124,3,37); }

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