Html Css Color HEX #760C1A Burgundy

📋 copy color: '#760C1A'

red 118 ◦ green 12 ◦ blue 26

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

Shades of Burgundy #760C1A

Tints of Burgundy #760C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 75.64%
G = 7.69%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#760C1A (or 0x760C1A) is known color: Burgundy. HEX triplet: 76, 0C and 1A. RGB value is (118,12,26). Sum of RGB (Red+Green+Blue) = 118+12+26=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #760C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C1A is #89F3E5. Grayscale: #2D2D2D. Windows color (decimal): -9040870 or 1707126. OLE color: 1707126.

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

Color convert

RGB 118 12 26 -
CMYK 0 0.90 0.78 0.54
HSL 352.08º 0.82% 0.25% -
HSV(B) 352.08º 0.9% 0.46% -
XYZ 7.79 4.19 1.38 -
YUV 45.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 118 12 26 0 0.90 0.78 0.54 352.08 0.82 0.25
Hex 76 C 1A 0 5A 4E 36 160 52 19
Octal 166 14 32 0 132 116 66 540 122 31
Binary 1110110 1100 11010 0 1011010 1001110 110110 101100000 1010010 11001

Color Harmonies of #760C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C1A

Black with #760C1A

Text Example


Text Example

White with #760C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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