Html Css Color HEX #76062B Burgundy

📋 copy color: '#76062B'

red 118 ◦ green 6 ◦ blue 43

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

Shades of Burgundy #76062B

Tints of Burgundy #76062B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.75%

R = 70.66%
G = 3.59%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76062B (or 0x76062B) is known color: Burgundy. HEX triplet: 76, 06 and 2B. RGB value is (118,6,43). Sum of RGB (Red+Green+Blue) = 118+6+43=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #76062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76062B is #89F9D4. Grayscale: #2B2B2B. Windows color (decimal): -9042389 or 2819702. OLE color: 2819702.

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

Color convert

RGB 118 6 43 -
CMYK 0 0.95 0.64 0.54
HSL 340.18º 0.9% 0.24% -
HSV(B) 340.18º 0.95% 0.46% -
XYZ 7.97 4.16 2.67 -
YUV 43.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 118 6 43 0 0.95 0.64 0.54 340.18 0.9 0.24
Hex 76 6 2B 0 5F 40 36 154 5A 18
Octal 166 6 53 0 137 100 66 524 132 30
Binary 1110110 110 101011 0 1011111 1000000 110110 101010100 1011010 11000

Color Harmonies of #76062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76062B

Black with #76062B

Text Example


Text Example

White with #76062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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