Html Css Color HEX #760B2D Burgundy

📋 copy color: '#760B2D'

red 118 ◦ green 11 ◦ blue 45

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

Shades of Burgundy #760B2D

Tints of Burgundy #760B2D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.32%

 BLUE value IS 45 (17.97% from 255) = 25.86%

R = 67.82%
G = 6.32%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#760B2D (or 0x760B2D) is known color: Burgundy. HEX triplet: 76, 0B and 2D. RGB value is (118,11,45). Sum of RGB (Red+Green+Blue) = 118+11+45=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #760B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B2D is #89F4D2. Grayscale: #2E2E2E. Windows color (decimal): -9041107 or 2952054. OLE color: 2952054.

HSL color Cylindrical-coordinate representation of color #760B2D: hue angle of 340.93º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B2D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 11 45 -
CMYK 0 0.91 0.62 0.54
HSL 340.93º 0.83% 0.25% -
HSV(B) 340.93º 0.91% 0.46% -
XYZ 8.06 4.28 2.88 -
YUV 46.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 118 11 45 0 0.91 0.62 0.54 340.93 0.83 0.25
Hex 76 B 2D 0 5B 3E 36 155 53 19
Octal 166 13 55 0 133 76 66 525 123 31
Binary 1110110 1011 101101 0 1011011 111110 110110 101010101 1010011 11001

Color Harmonies of #760B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760B2D

Black with #760B2D

Text Example


Text Example

White with #760B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,11,45); }

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

background-color css

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

 a { background-color: rgb(118,11,45); }

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

border-color css

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

 span { border-color: rgb(118,11,45); }

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