Html Css Color HEX #760024 Burgundy

📋 copy color: '#760024'

red 118 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #760024

Tints of Burgundy #760024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.62%
G = 0%
B = 23.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#760024 (or 0x760024) is known color: Burgundy. HEX triplet: 76, 00 and 24. RGB value is (118,0,36). Sum of RGB (Red+Green+Blue) = 118+0+36=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #760024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760024 is #89FFDB. Grayscale: #272727. Windows color (decimal): -9043932 or 2359414. OLE color: 2359414.

HSL color Cylindrical-coordinate representation of color #760024: hue angle of 341.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760024 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 36 -
CMYK 0 1 0.69 0.54
HSL 341.69º 1% 0.23% -
HSV(B) 341.69º 1% 0.46% -
XYZ 7.79 3.98 2.03 -
YUV 39.39 126.09 184.07 -
System Red Green Blue C M Y K H S L
Decimal 118 0 36 0 1 0.69 0.54 341.69 1 0.23
Hex 76 0 24 0 64 45 36 156 64 17
Octal 166 0 44 0 144 105 66 526 144 27
Binary 1110110 0 100100 0 1100100 1000101 110110 101010110 1100100 10111

Color Harmonies of #760024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760024

Black with #760024

Text Example


Text Example

White with #760024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760024; }

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

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

background-color css

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

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

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

border-color css

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

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

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