Html Css Color HEX #760C2B Burgundy

📋 copy color: '#760C2B'

red 118 ◦ green 12 ◦ blue 43

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

Shades of Burgundy #760C2B

Tints of Burgundy #760C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 68.21%
G = 6.94%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#760C2B (or 0x760C2B) is known color: Burgundy. HEX triplet: 76, 0C and 2B. RGB value is (118,12,43). Sum of RGB (Red+Green+Blue) = 118+12+43=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #760C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C2B is #89F3D4. Grayscale: #2F2F2F. Windows color (decimal): -9040853 or 2821238. OLE color: 2821238.

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

Color convert

RGB 118 12 43 -
CMYK 0 0.90 0.64 0.54
HSL 342.45º 0.82% 0.25% -
HSV(B) 342.45º 0.9% 0.46% -
XYZ 8.04 4.29 2.69 -
YUV 47.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 118 12 43 0 0.90 0.64 0.54 342.45 0.82 0.25
Hex 76 C 2B 0 5A 40 36 156 52 19
Octal 166 14 53 0 132 100 66 526 122 31
Binary 1110110 1100 101011 0 1011010 1000000 110110 101010110 1010010 11001

Color Harmonies of #760C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C2B

Black with #760C2B

Text Example


Text Example

White with #760C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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