Html Css Color HEX #760224 Burgundy

📋 copy color: '#760224'

red 118 ◦ green 2 ◦ blue 36

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

Shades of Burgundy #760224

Tints of Burgundy #760224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 75.64%
G = 1.28%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#760224 (or 0x760224) is known color: Burgundy. HEX triplet: 76, 02 and 24. RGB value is (118,2,36). Sum of RGB (Red+Green+Blue) = 118+2+36=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #760224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760224 is #89FDDB. Grayscale: #282828. Windows color (decimal): -9043420 or 2359926. OLE color: 2359926.

HSL color Cylindrical-coordinate representation of color #760224: hue angle of 342.41º 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 #760224 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 36 -
CMYK 0 0.98 0.69 0.54
HSL 342.41º 0.97% 0.24% -
HSV(B) 342.41º 0.98% 0.46% -
XYZ 7.81 4.02 2.03 -
YUV 40.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 118 2 36 0 0.98 0.69 0.54 342.41 0.97 0.24
Hex 76 2 24 0 62 45 36 156 61 18
Octal 166 2 44 0 142 105 66 526 141 30
Binary 1110110 10 100100 0 1100010 1000101 110110 101010110 1100001 11000

Color Harmonies of #760224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760224

Black with #760224

Text Example


Text Example

White with #760224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760224; }

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

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

background-color css

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

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

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

border-color css

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

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

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