Html Css Color HEX #742728 Tamarillo

📋 copy color: '#742728'

red 116 ◦ green 39 ◦ blue 40

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

Shades of Tamarillo #742728

Tints of Tamarillo #742728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20%

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 59.49%
G = 20%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#742728 (or 0x742728) is known color: Tamarillo. HEX triplet: 74, 27 and 28. RGB value is (116,39,40). Sum of RGB (Red+Green+Blue) = 116+39+40=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #742728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742728 is #8BD8D7. Grayscale: #3E3E3E. Windows color (decimal): -9165016 or 2631540. OLE color: 2631540.

HSL color Cylindrical-coordinate representation of color #742728: hue angle of 359.22º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742728 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 39 40 -
CMYK 0 0.66 0.66 0.55
HSL 359.22º 0.5% 0.3% -
HSV(B) 359.22º 0.66% 0.45% -
XYZ 8.31 5.32 2.6 -
YUV 62.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 116 39 40 0 0.66 0.66 0.55 359.22 0.5 0.3
Hex 74 27 28 0 42 42 37 167 32 1E
Octal 164 47 50 0 102 102 67 547 62 36
Binary 1110100 100111 101000 0 1000010 1000010 110111 101100111 110010 11110

Color Harmonies of #742728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742728

Black with #742728

Text Example


Text Example

White with #742728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742728; }

 p { color: rgb(116,39,40); }

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

background-color css

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

 a { background-color: rgb(116,39,40); }

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

border-color css

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

 span { border-color: rgb(116,39,40); }

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