Html Css Color HEX #760C26 Burgundy

📋 copy color: '#760C26'

red 118 ◦ green 12 ◦ blue 38

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

Shades of Burgundy #760C26

Tints of Burgundy #760C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.62%

R = 70.24%
G = 7.14%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#760C26 (or 0x760C26) is known color: Burgundy. HEX triplet: 76, 0C and 26. RGB value is (118,12,38). Sum of RGB (Red+Green+Blue) = 118+12+38=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #760C26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C26 is #89F3D9. Grayscale: #2E2E2E. Windows color (decimal): -9040858 or 2493558. OLE color: 2493558.

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

Color convert

RGB 118 12 38 -
CMYK 0 0.90 0.68 0.54
HSL 345.28º 0.82% 0.25% -
HSV(B) 345.28º 0.9% 0.46% -
XYZ 7.95 4.25 2.24 -
YUV 46.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 118 12 38 0 0.90 0.68 0.54 345.28 0.82 0.25
Hex 76 C 26 0 5A 44 36 159 52 19
Octal 166 14 46 0 132 104 66 531 122 31
Binary 1110110 1100 100110 0 1011010 1000100 110110 101011001 1010010 11001

Color Harmonies of #760C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C26

Black with #760C26

Text Example


Text Example

White with #760C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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