Html Css Color HEX #760421 Burgundy

📋 copy color: '#760421'

red 118 ◦ green 4 ◦ blue 33

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

Shades of Burgundy #760421

Tints of Burgundy #760421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 76.13%
G = 2.58%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#760421 (or 0x760421) is known color: Burgundy. HEX triplet: 76, 04 and 21. RGB value is (118,4,33). Sum of RGB (Red+Green+Blue) = 118+4+33=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #760421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760421 is #89FBDE. Grayscale: #292929. Windows color (decimal): -9042911 or 2163830. OLE color: 2163830.

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

Color convert

RGB 118 4 33 -
CMYK 0 0.97 0.72 0.54
HSL 344.74º 0.93% 0.24% -
HSV(B) 344.74º 0.97% 0.46% -
XYZ 7.79 4.05 1.81 -
YUV 41.39 123.27 182.64 -
System Red Green Blue C M Y K H S L
Decimal 118 4 33 0 0.97 0.72 0.54 344.74 0.93 0.24
Hex 76 4 21 0 61 48 36 159 5D 18
Octal 166 4 41 0 141 110 66 531 135 30
Binary 1110110 100 100001 0 1100001 1001000 110110 101011001 1011101 11000

Color Harmonies of #760421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760421

Black with #760421

Text Example


Text Example

White with #760421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760421; }

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

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

background-color css

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

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

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

border-color css

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

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

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