Html Css Color HEX #760430 Burgundy

📋 copy color: '#760430'

red 118 ◦ green 4 ◦ blue 48

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

Shades of Burgundy #760430

Tints of Burgundy #760430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 69.41%
G = 2.35%
B = 28.24%

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

#760430 (or 0x760430) is known color: Burgundy. HEX triplet: 76, 04 and 30. RGB value is (118,4,48). Sum of RGB (Red+Green+Blue) = 118+4+48=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #760430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760430 is #89FBCF. Grayscale: #2B2B2B. Windows color (decimal): -9042896 or 3146870. OLE color: 3146870.

HSL color Cylindrical-coordinate representation of color #760430: hue angle of 336.84º degrees, saturation: 0.93, 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 #760430 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 48 -
CMYK 0 0.97 0.59 0.54
HSL 336.84º 0.93% 0.24% -
HSV(B) 336.84º 0.97% 0.46% -
XYZ 8.05 4.15 3.17 -
YUV 43.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 118 4 48 0 0.97 0.59 0.54 336.84 0.93 0.24
Hex 76 4 30 0 61 3B 36 151 5D 18
Octal 166 4 60 0 141 73 66 521 135 30
Binary 1110110 100 110000 0 1100001 111011 110110 101010001 1011101 11000

Color Harmonies of #760430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760430

Black with #760430

Text Example


Text Example

White with #760430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760430; }

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

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

background-color css

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

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

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

border-color css

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

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

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