Html Css Color HEX #753129 Auburn

📋 copy color: '#753129'

red 117 ◦ green 49 ◦ blue 41

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

Shades of Auburn #753129

Tints of Auburn #753129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.67%

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

R = 56.52%
G = 23.67%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#753129 (or 0x753129) is known color: Auburn. HEX triplet: 75, 31 and 29. RGB value is (117,49,41). Sum of RGB (Red+Green+Blue) = 117+49+41=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #753129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753129 is #8ACED6. Grayscale: #444444. Windows color (decimal): -9096919 or 2699637. OLE color: 2699637.

HSL color Cylindrical-coordinate representation of color #753129: hue angle of 6.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753129 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 41 -
CMYK 0 0.58 0.65 0.54
HSL 6.32º 0.48% 0.31% -
HSV(B) 6.32º 0.65% 0.46% -
XYZ 8.83 6.14 2.82 -
YUV 68.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 117 49 41 0 0.58 0.65 0.54 6.32 0.48 0.31
Hex 75 31 29 0 3A 41 36 6 30 1F
Octal 165 61 51 0 72 101 66 6 60 37
Binary 1110101 110001 101001 0 111010 1000001 110110 110 110000 11111

Color Harmonies of #753129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753129

Black with #753129

Text Example


Text Example

White with #753129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753129; }

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

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

background-color css

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

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

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

border-color css

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

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

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