Html Css Color HEX #750C1F Burgundy

📋 copy color: '#750C1F'

red 117 ◦ green 12 ◦ blue 31

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

Shades of Burgundy #750C1F

Tints of Burgundy #750C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.5%

 BLUE value IS 31 (12.5% from 255) = 19.38%

R = 73.13%
G = 7.5%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#750C1F (or 0x750C1F) is known color: Burgundy. HEX triplet: 75, 0C and 1F. RGB value is (117,12,31). Sum of RGB (Red+Green+Blue) = 117+12+31=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #750C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C1F is #8AF3E0. Grayscale: #2D2D2D. Windows color (decimal): -9106401 or 2034805. OLE color: 2034805.

HSL color Cylindrical-coordinate representation of color #750C1F: hue angle of 349.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C1F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 12 31 -
CMYK 0 0.90 0.74 0.54
HSL 349.14º 0.81% 0.25% -
HSV(B) 349.14º 0.9% 0.46% -
XYZ 7.71 4.14 1.69 -
YUV 45.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 117 12 31 0 0.90 0.74 0.54 349.14 0.81 0.25
Hex 75 C 1F 0 5A 4A 36 15D 51 19
Octal 165 14 37 0 132 112 66 535 121 31
Binary 1110101 1100 11111 0 1011010 1001010 110110 101011101 1010001 11001

Color Harmonies of #750C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C1F

Black with #750C1F

Text Example


Text Example

White with #750C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750C1F; }

 p { color: rgb(117,12,31); }

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

background-color css

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

 a { background-color: rgb(117,12,31); }

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

border-color css

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

 span { border-color: rgb(117,12,31); }

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