Html Css Color HEX #750D1A Burgundy

📋 copy color: '#750D1A'

red 117 ◦ green 13 ◦ blue 26

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

Shades of Burgundy #750D1A

Tints of Burgundy #750D1A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.33%

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 75%
G = 8.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#750D1A (or 0x750D1A) is known color: Burgundy. HEX triplet: 75, 0D and 1A. RGB value is (117,13,26). Sum of RGB (Red+Green+Blue) = 117+13+26=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #750D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750D1A is #8AF2E5. Grayscale: #2D2D2D. Windows color (decimal): -9106150 or 1707381. OLE color: 1707381.

HSL color Cylindrical-coordinate representation of color #750D1A: hue angle of 352.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D1A is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 13 26 -
CMYK 0 0.89 0.78 0.54
HSL 352.5º 0.8% 0.25% -
HSV(B) 352.5º 0.89% 0.46% -
XYZ 7.67 4.14 1.37 -
YUV 45.58 116.96 178.94 -
System Red Green Blue C M Y K H S L
Decimal 117 13 26 0 0.89 0.78 0.54 352.5 0.8 0.25
Hex 75 D 1A 0 59 4E 36 160 50 19
Octal 165 15 32 0 131 116 66 540 120 31
Binary 1110101 1101 11010 0 1011001 1001110 110110 101100000 1010000 11001

Color Harmonies of #750D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D1A

Black with #750D1A

Text Example


Text Example

White with #750D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,13,26); }

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

background-color css

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

 a { background-color: rgb(117,13,26); }

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

border-color css

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

 span { border-color: rgb(117,13,26); }

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