Html Css Color HEX #760228 Burgundy

📋 copy color: '#760228'

red 118 ◦ green 2 ◦ blue 40

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

Shades of Burgundy #760228

Tints of Burgundy #760228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.25%

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

R = 73.75%
G = 1.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#760228 (or 0x760228) is known color: Burgundy. HEX triplet: 76, 02 and 28. RGB value is (118,2,40). Sum of RGB (Red+Green+Blue) = 118+2+40=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #760228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760228 is #89FDD7. Grayscale: #282828. Windows color (decimal): -9043416 or 2622070. OLE color: 2622070.

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

Color convert

RGB 118 2 40 -
CMYK 0 0.98 0.66 0.54
HSL 340.34º 0.97% 0.24% -
HSV(B) 340.34º 0.98% 0.46% -
XYZ 7.88 4.05 2.37 -
YUV 41.02 127.43 182.91 -
System Red Green Blue C M Y K H S L
Decimal 118 2 40 0 0.98 0.66 0.54 340.34 0.97 0.24
Hex 76 2 28 0 62 42 36 154 61 18
Octal 166 2 50 0 142 102 66 524 141 30
Binary 1110110 10 101000 0 1100010 1000010 110110 101010100 1100001 11000

Color Harmonies of #760228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760228

Black with #760228

Text Example


Text Example

White with #760228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760228; }

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

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

background-color css

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

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

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

border-color css

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

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

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