Html Css Color HEX #750226 Burgundy

📋 copy color: '#750226'

red 117 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #750226

Tints of Burgundy #750226

RGB

 RED value IS 117 (46.09% from 255) = 74.52%

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

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

R = 74.52%
G = 1.27%
B = 24.2%

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

#750226 (or 0x750226) is known color: Burgundy. HEX triplet: 75, 02 and 26. RGB value is (117,2,38). Sum of RGB (Red+Green+Blue) = 117+2+38=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #750226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750226 is #8AFDD9. Grayscale: #282828. Windows color (decimal): -9108954 or 2490997. OLE color: 2490997.

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

Color convert

RGB 117 2 38 -
CMYK 0 0.98 0.68 0.54
HSL 341.22º 0.97% 0.23% -
HSV(B) 341.22º 0.98% 0.46% -
XYZ 7.71 3.97 2.19 -
YUV 40.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 117 2 38 0 0.98 0.68 0.54 341.22 0.97 0.23
Hex 75 2 26 0 62 44 36 155 61 17
Octal 165 2 46 0 142 104 66 525 141 27
Binary 1110101 10 100110 0 1100010 1000100 110110 101010101 1100001 10111

Color Harmonies of #750226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750226

Black with #750226

Text Example


Text Example

White with #750226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750226; }

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

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

background-color css

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

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

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

border-color css

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

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

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