Html Css Color HEX #760C1C Burgundy

📋 copy color: '#760C1C'

red 118 ◦ green 12 ◦ blue 28

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

Shades of Burgundy #760C1C

Tints of Burgundy #760C1C

RGB

 RED value IS 118 (46.48% from 255) = 74.68%

 GREEN value IS 12 (5.08% from 255) = 7.59%

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 74.68%
G = 7.59%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#760C1C (or 0x760C1C) is known color: Burgundy. HEX triplet: 76, 0C and 1C. RGB value is (118,12,28). Sum of RGB (Red+Green+Blue) = 118+12+28=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #760C1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C1C is #89F3E3. Grayscale: #2D2D2D. Windows color (decimal): -9040868 or 1838198. OLE color: 1838198.

HSL color Cylindrical-coordinate representation of color #760C1C: hue angle of 350.94º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C1C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 28 -
CMYK 0 0.90 0.76 0.54
HSL 350.94º 0.82% 0.25% -
HSV(B) 350.94º 0.9% 0.46% -
XYZ 7.81 4.2 1.5 -
YUV 45.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 118 12 28 0 0.90 0.76 0.54 350.94 0.82 0.25
Hex 76 C 1C 0 5A 4C 36 15F 52 19
Octal 166 14 34 0 132 114 66 537 122 31
Binary 1110110 1100 11100 0 1011010 1001100 110110 101011111 1010010 11001

Color Harmonies of #760C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C1C

Black with #760C1C

Text Example


Text Example

White with #760C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760C1C; }

 p { color: rgb(118,12,28); }

 H1.HeaderClassName
 {
   color: #760C1C;
 }
 .AnyTagClassName
 {
   color: #760C1C;
 }
</style>

background-color css

<style>
 a { background-color: #760C1C; }

 a { background-color: rgb(118,12,28); }

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

border-color css

<style>
 span { border-color: #760C1C; }

 span { border-color: rgb(118,12,28); }

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