Html Css Color HEX #760226 Burgundy

📋 copy color: '#760226'

red 118 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #760226

Tints of Burgundy #760226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.05%

R = 74.68%
G = 1.27%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#760226 (or 0x760226) is known color: Burgundy. HEX triplet: 76, 02 and 26. RGB value is (118,2,38). Sum of RGB (Red+Green+Blue) = 118+2+38=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #760226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760226 is #89FDD9. Grayscale: #282828. Windows color (decimal): -9043418 or 2490998. OLE color: 2490998.

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

Color convert

RGB 118 2 38 -
CMYK 0 0.98 0.68 0.54
HSL 341.38º 0.97% 0.24% -
HSV(B) 341.38º 0.98% 0.46% -
XYZ 7.84 4.03 2.2 -
YUV 40.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 118 2 38 0 0.98 0.68 0.54 341.38 0.97 0.24
Hex 76 2 26 0 62 44 36 155 61 18
Octal 166 2 46 0 142 104 66 525 141 30
Binary 1110110 10 100110 0 1100010 1000100 110110 101010101 1100001 11000

Color Harmonies of #760226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760226

Black with #760226

Text Example


Text Example

White with #760226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760226; }

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

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

background-color css

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

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

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

border-color css

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

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

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