Html Css Color HEX #742627 Tamarillo

📋 copy color: '#742627'

red 116 ◦ green 38 ◦ blue 39

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

Shades of Tamarillo #742627

Tints of Tamarillo #742627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.69%

 BLUE value IS 39 (15.63% from 255) = 20.21%

R = 60.1%
G = 19.69%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#742627 (or 0x742627) is known color: Tamarillo. HEX triplet: 74, 26 and 27. RGB value is (116,38,39). Sum of RGB (Red+Green+Blue) = 116+38+39=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #742627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742627 is #8BD9D8. Grayscale: #3D3D3D. Windows color (decimal): -9165273 or 2565748. OLE color: 2565748.

HSL color Cylindrical-coordinate representation of color #742627: hue angle of 359.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742627 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 39 -
CMYK 0 0.67 0.66 0.55
HSL 359.23º 0.51% 0.3% -
HSV(B) 359.23º 0.67% 0.45% -
XYZ 8.26 5.25 2.5 -
YUV 61.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 116 38 39 0 0.67 0.66 0.55 359.23 0.51 0.3
Hex 74 26 27 0 43 42 37 167 33 1E
Octal 164 46 47 0 103 102 67 547 63 36
Binary 1110100 100110 100111 0 1000011 1000010 110111 101100111 110011 11110

Color Harmonies of #742627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742627

Black with #742627

Text Example


Text Example

White with #742627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742627; }

 p { color: rgb(116,38,39); }

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

background-color css

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

 a { background-color: rgb(116,38,39); }

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

border-color css

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

 span { border-color: rgb(116,38,39); }

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