Html Css Color HEX #760632 Burgundy

📋 copy color: '#760632'

red 118 ◦ green 6 ◦ blue 50

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

Shades of Burgundy #760632

Tints of Burgundy #760632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 67.82%
G = 3.45%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#760632 (or 0x760632) is known color: Burgundy. HEX triplet: 76, 06 and 32. RGB value is (118,6,50). Sum of RGB (Red+Green+Blue) = 118+6+50=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #760632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760632 is #89F9CD. Grayscale: #2C2C2C. Windows color (decimal): -9042382 or 3278454. OLE color: 3278454.

HSL color Cylindrical-coordinate representation of color #760632: hue angle of 336.43º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760632 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 6 50 -
CMYK 0 0.95 0.58 0.54
HSL 336.43º 0.9% 0.24% -
HSV(B) 336.43º 0.95% 0.46% -
XYZ 8.11 4.21 3.4 -
YUV 44.5 131.11 180.42 -
System Red Green Blue C M Y K H S L
Decimal 118 6 50 0 0.95 0.58 0.54 336.43 0.9 0.24
Hex 76 6 32 0 5F 3A 36 150 5A 18
Octal 166 6 62 0 137 72 66 520 132 30
Binary 1110110 110 110010 0 1011111 111010 110110 101010000 1011010 11000

Color Harmonies of #760632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760632

Black with #760632

Text Example


Text Example

White with #760632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760632; }

 p { color: rgb(118,6,50); }

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

background-color css

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

 a { background-color: rgb(118,6,50); }

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

border-color css

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

 span { border-color: rgb(118,6,50); }

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