Html Css Color HEX #750214 Burgundy

📋 copy color: '#750214'

red 117 ◦ green 2 ◦ blue 20

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

Shades of Burgundy #750214

Tints of Burgundy #750214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.39%

R = 84.17%
G = 1.44%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#750214 (or 0x750214) is known color: Burgundy. HEX triplet: 75, 02 and 14. RGB value is (117,2,20). Sum of RGB (Red+Green+Blue) = 117+2+20=139 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.17% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 117 - color contains mainly: red. Hex color #750214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750214 is #8AFDEB. Grayscale: #262626. Windows color (decimal): -9108972 or 1311349. OLE color: 1311349.

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

Color convert

RGB 117 2 20 -
CMYK 0 0.98 0.83 0.54
HSL 350.61º 0.97% 0.23% -
HSV(B) 350.61º 0.98% 0.46% -
XYZ 7.48 3.88 1.02 -
YUV 38.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 117 2 20 0 0.98 0.83 0.54 350.61 0.97 0.23
Hex 75 2 14 0 62 53 36 15F 61 17
Octal 165 2 24 0 142 123 66 537 141 27
Binary 1110101 10 10100 0 1100010 1010011 110110 101011111 1100001 10111

Color Harmonies of #750214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750214

Black with #750214

Text Example


Text Example

White with #750214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750214; }

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

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

background-color css

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

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

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

border-color css

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

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

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