Html Css Color HEX #750314 Burgundy

📋 copy color: '#750314'

red 117 ◦ green 3 ◦ blue 20

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

Shades of Burgundy #750314

Tints of Burgundy #750314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

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

R = 83.57%
G = 2.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#750314 (or 0x750314) is known color: Burgundy. HEX triplet: 75, 03 and 14. RGB value is (117,3,20). Sum of RGB (Red+Green+Blue) = 117+3+20=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #750314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750314 is #8AFCEB. Grayscale: #272727. Windows color (decimal): -9108716 or 1311605. OLE color: 1311605.

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

Color convert

RGB 117 3 20 -
CMYK 0 0.97 0.83 0.54
HSL 351.05º 0.95% 0.24% -
HSV(B) 351.05º 0.97% 0.46% -
XYZ 7.49 3.9 1.02 -
YUV 39.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 117 3 20 0 0.97 0.83 0.54 351.05 0.95 0.24
Hex 75 3 14 0 61 53 36 15F 5F 18
Octal 165 3 24 0 141 123 66 537 137 30
Binary 1110101 11 10100 0 1100001 1010011 110110 101011111 1011111 11000

Color Harmonies of #750314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750314

Black with #750314

Text Example


Text Example

White with #750314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750314; }

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

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

background-color css

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

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

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

border-color css

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

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

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