Html Css Color HEX #742D2F Tamarillo

📋 copy color: '#742D2F'

red 116 ◦ green 45 ◦ blue 47

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

Shades of Tamarillo #742D2F

Tints of Tamarillo #742D2F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.63%

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 55.77%
G = 21.63%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#742D2F (or 0x742D2F) is known color: Tamarillo. HEX triplet: 74, 2D and 2F. RGB value is (116,45,47). Sum of RGB (Red+Green+Blue) = 116+45+47=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #742D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D2F is #8BD2D0. Grayscale: #424242. Windows color (decimal): -9163473 or 3091828. OLE color: 3091828.

HSL color Cylindrical-coordinate representation of color #742D2F: hue angle of 358.31º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742D2F is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 45 47 -
CMYK 0 0.61 0.59 0.55
HSL 358.31º 0.44% 0.32% -
HSV(B) 358.31º 0.61% 0.45% -
XYZ 8.65 5.8 3.35 -
YUV 66.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 116 45 47 0 0.61 0.59 0.55 358.31 0.44 0.32
Hex 74 2D 2F 0 3D 3B 37 166 2C 20
Octal 164 55 57 0 75 73 67 546 54 40
Binary 1110100 101101 101111 0 111101 111011 110111 101100110 101100 100000

Color Harmonies of #742D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D2F

Black with #742D2F

Text Example


Text Example

White with #742D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,45,47); }

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

background-color css

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

 a { background-color: rgb(116,45,47); }

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

border-color css

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

 span { border-color: rgb(116,45,47); }

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