Html Css Color HEX #743531 Auburn

📋 copy color: '#743531'

red 116 ◦ green 53 ◦ blue 49

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

Shades of Auburn #743531

Tints of Auburn #743531

RGB

 RED value IS 116 (45.7% from 255) = 53.21%

 GREEN value IS 53 (21.09% from 255) = 24.31%

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 53.21%
G = 24.31%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#743531 (or 0x743531) is known color: Auburn. HEX triplet: 74, 35 and 31. RGB value is (116,53,49). Sum of RGB (Red+Green+Blue) = 116+53+49=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #743531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743531 is #8BCACE. Grayscale: #474747. Windows color (decimal): -9161423 or 3224948. OLE color: 3224948.

HSL color Cylindrical-coordinate representation of color #743531: hue angle of 3.58º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743531 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 53 49 -
CMYK 0 0.54 0.58 0.55
HSL 3.58º 0.41% 0.32% -
HSV(B) 3.58º 0.58% 0.45% -
XYZ 9.03 6.48 3.68 -
YUV 71.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 116 53 49 0 0.54 0.58 0.55 3.58 0.41 0.32
Hex 74 35 31 0 36 3A 37 4 29 20
Octal 164 65 61 0 66 72 67 4 51 40
Binary 1110100 110101 110001 0 110110 111010 110111 100 101001 100000

Color Harmonies of #743531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743531

Black with #743531

Text Example


Text Example

White with #743531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743531; }

 p { color: rgb(116,53,49); }

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

background-color css

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

 a { background-color: rgb(116,53,49); }

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

border-color css

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

 span { border-color: rgb(116,53,49); }

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