Html Css Color HEX #760C19 Burgundy

📋 copy color: '#760C19'

red 118 ◦ green 12 ◦ blue 25

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

Shades of Burgundy #760C19

Tints of Burgundy #760C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.13%

R = 76.13%
G = 7.74%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#760C19 (or 0x760C19) is known color: Burgundy. HEX triplet: 76, 0C and 19. RGB value is (118,12,25). Sum of RGB (Red+Green+Blue) = 118+12+25=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #760C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C19 is #89F3E6. Grayscale: #2D2D2D. Windows color (decimal): -9040871 or 1641590. OLE color: 1641590.

HSL color Cylindrical-coordinate representation of color #760C19: hue angle of 352.64º 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 #760C19 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 25 -
CMYK 0 0.90 0.79 0.54
HSL 352.64º 0.82% 0.25% -
HSV(B) 352.64º 0.9% 0.46% -
XYZ 7.78 4.18 1.32 -
YUV 45.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 118 12 25 0 0.90 0.79 0.54 352.64 0.82 0.25
Hex 76 C 19 0 5A 4F 36 161 52 19
Octal 166 14 31 0 132 117 66 541 122 31
Binary 1110110 1100 11001 0 1011010 1001111 110110 101100001 1010010 11001

Color Harmonies of #760C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C19

Black with #760C19

Text Example


Text Example

White with #760C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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