Html Css Color HEX #760030 Burgundy

📋 copy color: '#760030'

red 118 ◦ green 0 ◦ blue 48

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

Shades of Burgundy #760030

Tints of Burgundy #760030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.08%
G = 0%
B = 28.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#760030 (or 0x760030) is known color: Burgundy. HEX triplet: 76, 00 and 30. RGB value is (118,0,48). Sum of RGB (Red+Green+Blue) = 118+0+48=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #760030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760030 is #89FFCF. Grayscale: #282828. Windows color (decimal): -9043920 or 3145846. OLE color: 3145846.

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

Color convert

RGB 118 0 48 -
CMYK 0 1 0.59 0.54
HSL 335.59º 1% 0.23% -
HSV(B) 335.59º 1% 0.46% -
XYZ 8 4.06 3.16 -
YUV 40.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 118 0 48 0 1 0.59 0.54 335.59 1 0.23
Hex 76 0 30 0 64 3B 36 150 64 17
Octal 166 0 60 0 144 73 66 520 144 27
Binary 1110110 0 110000 0 1100100 111011 110110 101010000 1100100 10111

Color Harmonies of #760030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760030

Black with #760030

Text Example


Text Example

White with #760030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760030; }

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

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

background-color css

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

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

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

border-color css

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

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

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