Html Css Color HEX #742932 Tamarillo

📋 copy color: '#742932'

red 116 ◦ green 41 ◦ blue 50

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

Shades of Tamarillo #742932

Tints of Tamarillo #742932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.81%

 BLUE value IS 50 (19.92% from 255) = 24.15%

R = 56.04%
G = 19.81%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#742932 (or 0x742932) is known color: Tamarillo. HEX triplet: 74, 29 and 32. RGB value is (116,41,50). Sum of RGB (Red+Green+Blue) = 116+41+50=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #742932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742932 is #8BD6CD. Grayscale: #404040. Windows color (decimal): -9164494 or 3287412. OLE color: 3287412.

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

Color convert

RGB 116 41 50 -
CMYK 0 0.65 0.57 0.55
HSL 352.8º 0.48% 0.31% -
HSV(B) 352.8º 0.65% 0.45% -
XYZ 8.57 5.53 3.63 -
YUV 64.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 116 41 50 0 0.65 0.57 0.55 352.8 0.48 0.31
Hex 74 29 32 0 41 39 37 161 30 1F
Octal 164 51 62 0 101 71 67 541 60 37
Binary 1110100 101001 110010 0 1000001 111001 110111 101100001 110000 11111

Color Harmonies of #742932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742932

Black with #742932

Text Example


Text Example

White with #742932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742932; }

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

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

background-color css

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

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

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

border-color css

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

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

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