Html Css Color HEX #742829 Tamarillo

📋 copy color: '#742829'

red 116 ◦ green 40 ◦ blue 41

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

Shades of Tamarillo #742829

Tints of Tamarillo #742829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.3%

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

R = 58.88%
G = 20.3%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#742829 (or 0x742829) is known color: Tamarillo. HEX triplet: 74, 28 and 29. RGB value is (116,40,41). Sum of RGB (Red+Green+Blue) = 116+40+41=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #742829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742829 is #8BD7D6. Grayscale: #3E3E3E. Windows color (decimal): -9164759 or 2697332. OLE color: 2697332.

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

Color convert

RGB 116 40 41 -
CMYK 0 0.66 0.65 0.55
HSL 359.21º 0.49% 0.31% -
HSV(B) 359.21º 0.66% 0.45% -
XYZ 8.36 5.39 2.7 -
YUV 62.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 116 40 41 0 0.66 0.65 0.55 359.21 0.49 0.31
Hex 74 28 29 0 42 41 37 167 31 1F
Octal 164 50 51 0 102 101 67 547 61 37
Binary 1110100 101000 101001 0 1000010 1000001 110111 101100111 110001 11111

Color Harmonies of #742829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742829

Black with #742829

Text Example


Text Example

White with #742829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742829; }

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

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

background-color css

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

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

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

border-color css

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

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

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