Html Css Color HEX #742C32 Tamarillo

📋 copy color: '#742C32'

red 116 ◦ green 44 ◦ blue 50

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

Shades of Tamarillo #742C32

Tints of Tamarillo #742C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.95%

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

R = 55.24%
G = 20.95%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#742C32 (or 0x742C32) is known color: Tamarillo. HEX triplet: 74, 2C and 32. RGB value is (116,44,50). Sum of RGB (Red+Green+Blue) = 116+44+50=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #742C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742C32 is #8BD3CD. Grayscale: #424242. Windows color (decimal): -9163726 or 3288180. OLE color: 3288180.

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

Color convert

RGB 116 44 50 -
CMYK 0 0.62 0.57 0.55
HSL 355º 0.45% 0.31% -
HSV(B) 355º 0.62% 0.45% -
XYZ 8.68 5.74 3.67 -
YUV 66.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 116 44 50 0 0.62 0.57 0.55 355 0.45 0.31
Hex 74 2C 32 0 3E 39 37 163 2D 1F
Octal 164 54 62 0 76 71 67 543 55 37
Binary 1110100 101100 110010 0 111110 111001 110111 101100011 101101 11111

Color Harmonies of #742C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C32

Black with #742C32

Text Example


Text Example

White with #742C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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