Html Css Color HEX #76062F Burgundy

📋 copy color: '#76062F'

red 118 ◦ green 6 ◦ blue 47

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

Shades of Burgundy #76062F

Tints of Burgundy #76062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

 BLUE value IS 47 (18.75% from 255) = 27.49%

R = 69.01%
G = 3.51%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76062F (or 0x76062F) is known color: Burgundy. HEX triplet: 76, 06 and 2F. RGB value is (118,6,47). Sum of RGB (Red+Green+Blue) = 118+6+47=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #76062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76062F is #89F9D0. Grayscale: #2C2C2C. Windows color (decimal): -9042385 or 3081846. OLE color: 3081846.

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

Color convert

RGB 118 6 47 -
CMYK 0 0.95 0.60 0.54
HSL 338.04º 0.9% 0.24% -
HSV(B) 338.04º 0.95% 0.46% -
XYZ 8.05 4.19 3.07 -
YUV 44.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 118 6 47 0 0.95 0.60 0.54 338.04 0.9 0.24
Hex 76 6 2F 0 5F 3C 36 152 5A 18
Octal 166 6 57 0 137 74 66 522 132 30
Binary 1110110 110 101111 0 1011111 111100 110110 101010010 1011010 11000

Color Harmonies of #76062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76062F

Black with #76062F

Text Example


Text Example

White with #76062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76062F; }

 p { color: rgb(118,6,47); }

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

background-color css

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

 a { background-color: rgb(118,6,47); }

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

border-color css

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

 span { border-color: rgb(118,6,47); }

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