Html Css Color HEX #742F30 Tamarillo

📋 copy color: '#742F30'

red 116 ◦ green 47 ◦ blue 48

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

Shades of Tamarillo #742F30

Tints of Tamarillo #742F30

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.27%

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

R = 54.98%
G = 22.27%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#742F30 (or 0x742F30) is known color: Tamarillo. HEX triplet: 74, 2F and 30. RGB value is (116,47,48). Sum of RGB (Red+Green+Blue) = 116+47+48=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #742F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F30 is #8BD0CF. Grayscale: #434343. Windows color (decimal): -9162960 or 3157876. OLE color: 3157876.

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

Color convert

RGB 116 47 48 -
CMYK 0 0.59 0.59 0.55
HSL 359.13º 0.42% 0.32% -
HSV(B) 359.13º 0.59% 0.45% -
XYZ 8.75 5.96 3.49 -
YUV 67.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 116 47 48 0 0.59 0.59 0.55 359.13 0.42 0.32
Hex 74 2F 30 0 3B 3B 37 167 2A 20
Octal 164 57 60 0 73 73 67 547 52 40
Binary 1110100 101111 110000 0 111011 111011 110111 101100111 101010 100000

Color Harmonies of #742F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F30

Black with #742F30

Text Example


Text Example

White with #742F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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