Html Css Color HEX #760C2D Burgundy

📋 copy color: '#760C2D'

red 118 ◦ green 12 ◦ blue 45

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

Shades of Burgundy #760C2D

Tints of Burgundy #760C2D

RGB

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

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

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

R = 67.43%
G = 6.86%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#760C2D (or 0x760C2D) is known color: Burgundy. HEX triplet: 76, 0C and 2D. RGB value is (118,12,45). Sum of RGB (Red+Green+Blue) = 118+12+45=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #760C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C2D is #89F3D2. Grayscale: #2F2F2F. Windows color (decimal): -9040851 or 2952310. OLE color: 2952310.

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

Color convert

RGB 118 12 45 -
CMYK 0 0.90 0.62 0.54
HSL 341.32º 0.82% 0.25% -
HSV(B) 341.32º 0.9% 0.46% -
XYZ 8.08 4.3 2.89 -
YUV 47.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 118 12 45 0 0.90 0.62 0.54 341.32 0.82 0.25
Hex 76 C 2D 0 5A 3E 36 155 52 19
Octal 166 14 55 0 132 76 66 525 122 31
Binary 1110110 1100 101101 0 1011010 111110 110110 101010101 1010010 11001

Color Harmonies of #760C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C2D

Black with #760C2D

Text Example


Text Example

White with #760C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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