Html Css Color HEX #743034 Tamarillo

📋 copy color: '#743034'

red 116 ◦ green 48 ◦ blue 52

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

Shades of Tamarillo #743034

Tints of Tamarillo #743034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 53.7%
G = 22.22%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#743034 (or 0x743034) is known color: Tamarillo. HEX triplet: 74, 30 and 34. RGB value is (116,48,52). Sum of RGB (Red+Green+Blue) = 116+48+52=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #743034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743034 is #8BCFCB. Grayscale: #444444. Windows color (decimal): -9162700 or 3420276. OLE color: 3420276.

HSL color Cylindrical-coordinate representation of color #743034: hue angle of 356.47º 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 #743034 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 48 52 -
CMYK 0 0.59 0.55 0.55
HSL 356.47º 0.41% 0.32% -
HSV(B) 356.47º 0.59% 0.45% -
XYZ 8.88 6.07 3.95 -
YUV 68.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 116 48 52 0 0.59 0.55 0.55 356.47 0.41 0.32
Hex 74 30 34 0 3B 37 37 164 29 20
Octal 164 60 64 0 73 67 67 544 51 40
Binary 1110100 110000 110100 0 111011 110111 110111 101100100 101001 100000

Color Harmonies of #743034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743034

Black with #743034

Text Example


Text Example

White with #743034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743034; }

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

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

background-color css

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

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

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

border-color css

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

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

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