Html Css Color HEX #750022 Burgundy

📋 copy color: '#750022'

red 117 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #750022

Tints of Burgundy #750022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.52%

R = 77.48%
G = 0%
B = 22.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#750022 (or 0x750022) is known color: Burgundy. HEX triplet: 75, 00 and 22. RGB value is (117,0,34). Sum of RGB (Red+Green+Blue) = 117+0+34=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #750022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750022 is #8AFFDD. Grayscale: #262626. Windows color (decimal): -9109470 or 2228341. OLE color: 2228341.

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

Color convert

RGB 117 0 34 -
CMYK 0 1 0.71 0.54
HSL 342.56º 1% 0.23% -
HSV(B) 342.56º 1% 0.46% -
XYZ 7.62 3.9 1.86 -
YUV 38.86 125.26 183.74 -
System Red Green Blue C M Y K H S L
Decimal 117 0 34 0 1 0.71 0.54 342.56 1 0.23
Hex 75 0 22 0 64 47 36 157 64 17
Octal 165 0 42 0 144 107 66 527 144 27
Binary 1110101 0 100010 0 1100100 1000111 110110 101010111 1100100 10111

Color Harmonies of #750022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750022

Black with #750022

Text Example


Text Example

White with #750022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750022; }

 p { color: rgb(117,0,34); }

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

background-color css

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

 a { background-color: rgb(117,0,34); }

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

border-color css

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

 span { border-color: rgb(117,0,34); }

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