Html Css Color HEX #76002A Burgundy

📋 copy color: '#76002A'

red 118 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #76002A

Tints of Burgundy #76002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.25%

R = 73.75%
G = 0%
B = 26.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76002A (or 0x76002A) is known color: Burgundy. HEX triplet: 76, 00 and 2A. RGB value is (118,0,42). Sum of RGB (Red+Green+Blue) = 118+0+42=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #76002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76002A is #89FFD5. Grayscale: #282828. Windows color (decimal): -9043926 or 2752630. OLE color: 2752630.

HSL color Cylindrical-coordinate representation of color #76002A: hue angle of 338.64º 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 #76002A is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 42 -
CMYK 0 1 0.64 0.54
HSL 338.64º 1% 0.23% -
HSV(B) 338.64º 1% 0.46% -
XYZ 7.89 4.02 2.55 -
YUV 40.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 118 0 42 0 1 0.64 0.54 338.64 1 0.23
Hex 76 0 2A 0 64 40 36 153 64 17
Octal 166 0 52 0 144 100 66 523 144 27
Binary 1110110 0 101010 0 1100100 1000000 110110 101010011 1100100 10111

Color Harmonies of #76002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76002A

Black with #76002A

Text Example


Text Example

White with #76002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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