Html Css Color HEX #760530 Burgundy

📋 copy color: '#760530'

red 118 ◦ green 5 ◦ blue 48

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

Shades of Burgundy #760530

Tints of Burgundy #760530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

 BLUE value IS 48 (19.14% from 255) = 28.07%

R = 69.01%
G = 2.92%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#760530 (or 0x760530) is known color: Burgundy. HEX triplet: 76, 05 and 30. RGB value is (118,5,48). Sum of RGB (Red+Green+Blue) = 118+5+48=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #760530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760530 is #89FACF. Grayscale: #2B2B2B. Windows color (decimal): -9042640 or 3147126. OLE color: 3147126.

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

Color convert

RGB 118 5 48 -
CMYK 0 0.96 0.59 0.54
HSL 337.17º 0.92% 0.24% -
HSV(B) 337.17º 0.96% 0.46% -
XYZ 8.06 4.17 3.18 -
YUV 43.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 118 5 48 0 0.96 0.59 0.54 337.17 0.92 0.24
Hex 76 5 30 0 60 3B 36 151 5C 18
Octal 166 5 60 0 140 73 66 521 134 30
Binary 1110110 101 110000 0 1100000 111011 110110 101010001 1011100 11000

Color Harmonies of #760530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760530

Black with #760530

Text Example


Text Example

White with #760530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760530; }

 p { color: rgb(118,5,48); }

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

background-color css

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

 a { background-color: rgb(118,5,48); }

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

border-color css

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

 span { border-color: rgb(118,5,48); }

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