Html Css Color HEX #742830 Tamarillo

📋 copy color: '#742830'

red 116 ◦ green 40 ◦ blue 48

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

Shades of Tamarillo #742830

Tints of Tamarillo #742830

RGB

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

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

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

R = 56.86%
G = 19.61%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#742830 (or 0x742830) is known color: Tamarillo. HEX triplet: 74, 28 and 30. RGB value is (116,40,48). Sum of RGB (Red+Green+Blue) = 116+40+48=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #742830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742830 is #8BD7CF. Grayscale: #3F3F3F. Windows color (decimal): -9164752 or 3156084. OLE color: 3156084.

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

Color convert

RGB 116 40 48 -
CMYK 0 0.66 0.59 0.55
HSL 353.68º 0.49% 0.31% -
HSV(B) 353.68º 0.66% 0.45% -
XYZ 8.49 5.44 3.4 -
YUV 63.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 116 40 48 0 0.66 0.59 0.55 353.68 0.49 0.31
Hex 74 28 30 0 42 3B 37 162 31 1F
Octal 164 50 60 0 102 73 67 542 61 37
Binary 1110100 101000 110000 0 1000010 111011 110111 101100010 110001 11111

Color Harmonies of #742830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742830

Black with #742830

Text Example


Text Example

White with #742830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742830; }

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

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

background-color css

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

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

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

border-color css

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

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

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