Html Css Color HEX #760330 Burgundy

📋 copy color: '#760330'

red 118 ◦ green 3 ◦ blue 48

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

Shades of Burgundy #760330

Tints of Burgundy #760330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

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

R = 69.82%
G = 1.78%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#760330 (or 0x760330) is known color: Burgundy. HEX triplet: 76, 03 and 30. RGB value is (118,3,48). Sum of RGB (Red+Green+Blue) = 118+3+48=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #760330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760330 is #89FCCF. Grayscale: #2A2A2A. Windows color (decimal): -9043152 or 3146614. OLE color: 3146614.

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

Color convert

RGB 118 3 48 -
CMYK 0 0.97 0.59 0.54
HSL 336.52º 0.95% 0.24% -
HSV(B) 336.52º 0.97% 0.46% -
XYZ 8.04 4.13 3.17 -
YUV 42.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 118 3 48 0 0.97 0.59 0.54 336.52 0.95 0.24
Hex 76 3 30 0 61 3B 36 151 5F 18
Octal 166 3 60 0 141 73 66 521 137 30
Binary 1110110 11 110000 0 1100001 111011 110110 101010001 1011111 11000

Color Harmonies of #760330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760330

Black with #760330

Text Example


Text Example

White with #760330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760330; }

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

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

background-color css

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

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

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

border-color css

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

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

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