Html Css Color HEX #760828 Burgundy

📋 copy color: '#760828'

red 118 ◦ green 8 ◦ blue 40

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

Shades of Burgundy #760828

Tints of Burgundy #760828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.82%

 BLUE value IS 40 (16.02% from 255) = 24.1%

R = 71.08%
G = 4.82%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#760828 (or 0x760828) is known color: Burgundy. HEX triplet: 76, 08 and 28. RGB value is (118,8,40). Sum of RGB (Red+Green+Blue) = 118+8+40=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #760828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760828 is #89F7D7. Grayscale: #2C2C2C. Windows color (decimal): -9041880 or 2623606. OLE color: 2623606.

HSL color Cylindrical-coordinate representation of color #760828: hue angle of 342.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760828 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 8 40 -
CMYK 0 0.93 0.66 0.54
HSL 342.55º 0.87% 0.25% -
HSV(B) 342.55º 0.93% 0.46% -
XYZ 7.94 4.18 2.4 -
YUV 44.54 125.44 180.4 -
System Red Green Blue C M Y K H S L
Decimal 118 8 40 0 0.93 0.66 0.54 342.55 0.87 0.25
Hex 76 8 28 0 5D 42 36 157 57 19
Octal 166 10 50 0 135 102 66 527 127 31
Binary 1110110 1000 101000 0 1011101 1000010 110110 101010111 1010111 11001

Color Harmonies of #760828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760828

Black with #760828

Text Example


Text Example

White with #760828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760828; }

 p { color: rgb(118,8,40); }

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

background-color css

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

 a { background-color: rgb(118,8,40); }

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

border-color css

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

 span { border-color: rgb(118,8,40); }

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