Html Css Color HEX #750A2A Burgundy

📋 copy color: '#750A2A'

red 117 ◦ green 10 ◦ blue 42

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

Shades of Burgundy #750A2A

Tints of Burgundy #750A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.92%

 BLUE value IS 42 (16.8% from 255) = 24.85%

R = 69.23%
G = 5.92%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#750A2A (or 0x750A2A) is known color: Burgundy. HEX triplet: 75, 0A and 2A. RGB value is (117,10,42). Sum of RGB (Red+Green+Blue) = 117+10+42=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #750A2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A2A is #8AF5D5. Grayscale: #2D2D2D. Windows color (decimal): -9106902 or 2755189. OLE color: 2755189.

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

Color convert

RGB 117 10 42 -
CMYK 0 0.91 0.64 0.54
HSL 342.06º 0.84% 0.25% -
HSV(B) 342.06º 0.91% 0.46% -
XYZ 7.86 4.17 2.58 -
YUV 45.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 117 10 42 0 0.91 0.64 0.54 342.06 0.84 0.25
Hex 75 A 2A 0 5B 40 36 156 54 19
Octal 165 12 52 0 133 100 66 526 124 31
Binary 1110101 1010 101010 0 1011011 1000000 110110 101010110 1010100 11001

Color Harmonies of #750A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750A2A

Black with #750A2A

Text Example


Text Example

White with #750A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,10,42); }

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

background-color css

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

 a { background-color: rgb(117,10,42); }

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

border-color css

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

 span { border-color: rgb(117,10,42); }

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