Html Css Color HEX #743130 Auburn

📋 copy color: '#743130'

red 116 ◦ green 49 ◦ blue 48

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

Shades of Auburn #743130

Tints of Auburn #743130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 54.46%
G = 23%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#743130 (or 0x743130) is known color: Auburn. HEX triplet: 74, 31 and 30. RGB value is (116,49,48). Sum of RGB (Red+Green+Blue) = 116+49+48=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #743130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743130 is #8BCECF. Grayscale: #444444. Windows color (decimal): -9162448 or 3158388. OLE color: 3158388.

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

Color convert

RGB 116 49 48 -
CMYK 0 0.58 0.59 0.55
HSL 0.88º 0.41% 0.32% -
HSV(B) 0.88º 0.59% 0.45% -
XYZ 8.83 6.12 3.51 -
YUV 68.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 116 49 48 0 0.58 0.59 0.55 0.88 0.41 0.32
Hex 74 31 30 0 3A 3B 37 1 29 20
Octal 164 61 60 0 72 73 67 1 51 40
Binary 1110100 110001 110000 0 111010 111011 110111 1 101001 100000

Color Harmonies of #743130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743130

Black with #743130

Text Example


Text Example

White with #743130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743130; }

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

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

background-color css

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

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

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

border-color css

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

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

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