Html Css Color HEX #750A29 Burgundy

📋 copy color: '#750A29'

red 117 ◦ green 10 ◦ blue 41

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

Shades of Burgundy #750A29

Tints of Burgundy #750A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.4%

R = 69.64%
G = 5.95%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#750A29 (or 0x750A29) is known color: Burgundy. HEX triplet: 75, 0A and 29. RGB value is (117,10,41). Sum of RGB (Red+Green+Blue) = 117+10+41=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #750A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A29 is #8AF5D6. Grayscale: #2D2D2D. Windows color (decimal): -9106903 or 2689653. OLE color: 2689653.

HSL color Cylindrical-coordinate representation of color #750A29: hue angle of 342.62º 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 #750A29 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 10 41 -
CMYK 0 0.91 0.65 0.54
HSL 342.62º 0.84% 0.25% -
HSV(B) 342.62º 0.91% 0.46% -
XYZ 7.84 4.16 2.49 -
YUV 45.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 117 10 41 0 0.91 0.65 0.54 342.62 0.84 0.25
Hex 75 A 29 0 5B 41 36 157 54 19
Octal 165 12 51 0 133 101 66 527 124 31
Binary 1110101 1010 101001 0 1011011 1000001 110110 101010111 1010100 11001

Color Harmonies of #750A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750A29

Black with #750A29

Text Example


Text Example

White with #750A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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