Html Css Color HEX #742629 Tamarillo

📋 copy color: '#742629'

red 116 ◦ green 38 ◦ blue 41

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

Shades of Tamarillo #742629

Tints of Tamarillo #742629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

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

R = 59.49%
G = 19.49%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#742629 (or 0x742629) is known color: Tamarillo. HEX triplet: 74, 26 and 29. RGB value is (116,38,41). Sum of RGB (Red+Green+Blue) = 116+38+41=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #742629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742629 is #8BD9D6. Grayscale: #3D3D3D. Windows color (decimal): -9165271 or 2696820. OLE color: 2696820.

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

Color convert

RGB 116 38 41 -
CMYK 0 0.67 0.65 0.55
HSL 357.69º 0.51% 0.3% -
HSV(B) 357.69º 0.67% 0.45% -
XYZ 8.3 5.26 2.68 -
YUV 61.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 116 38 41 0 0.67 0.65 0.55 357.69 0.51 0.3
Hex 74 26 29 0 43 41 37 166 33 1E
Octal 164 46 51 0 103 101 67 546 63 36
Binary 1110100 100110 101001 0 1000011 1000001 110111 101100110 110011 11110

Color Harmonies of #742629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742629

Black with #742629

Text Example


Text Example

White with #742629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742629; }

 p { color: rgb(116,38,41); }

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

background-color css

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

 a { background-color: rgb(116,38,41); }

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

border-color css

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

 span { border-color: rgb(116,38,41); }

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