Html Css Color HEX #7C0F23 Burgundy

📋 copy color: '#7C0F23'

red 124 ◦ green 15 ◦ blue 35

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

Shades of Burgundy #7C0F23

Tints of Burgundy #7C0F23

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.62%

 BLUE value IS 35 (14.06% from 255) = 20.11%

R = 71.26%
G = 8.62%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7C0F23 (or 0x7C0F23) is known color: Burgundy. HEX triplet: 7C, 0F and 23. RGB value is (124,15,35). Sum of RGB (Red+Green+Blue) = 124+15+35=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0F23 is #83F0DC. Grayscale: #313131. Windows color (decimal): -8646877 or 2297724. OLE color: 2297724.

HSL color Cylindrical-coordinate representation of color #7C0F23: hue angle of 348.99º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C0F23 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 15 35 -
CMYK 0 0.88 0.72 0.51
HSL 348.99º 0.78% 0.27% -
HSV(B) 348.99º 0.88% 0.49% -
XYZ 8.79 4.75 2.04 -
YUV 49.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 124 15 35 0 0.88 0.72 0.51 348.99 0.78 0.27
Hex 7C F 23 0 58 48 33 15D 4E 1B
Octal 174 17 43 0 130 110 63 535 116 33
Binary 1111100 1111 100011 0 1011000 1001000 110011 101011101 1001110 11011

Color Harmonies of #7C0F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0F23

Black with #7C0F23

Text Example


Text Example

White with #7C0F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,15,35); }

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

background-color css

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

 a { background-color: rgb(124,15,35); }

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

border-color css

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

 span { border-color: rgb(124,15,35); }

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