Html Css Color HEX #742528 Tamarillo

📋 copy color: '#742528'

red 116 ◦ green 37 ◦ blue 40

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

Shades of Tamarillo #742528

Tints of Tamarillo #742528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.17%

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 60.1%
G = 19.17%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#742528 (or 0x742528) is known color: Tamarillo. HEX triplet: 74, 25 and 28. RGB value is (116,37,40). Sum of RGB (Red+Green+Blue) = 116+37+40=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #742528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742528 is #8BDAD7. Grayscale: #3D3D3D. Windows color (decimal): -9165528 or 2631028. OLE color: 2631028.

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

Color convert

RGB 116 37 40 -
CMYK 0 0.68 0.66 0.55
HSL 357.72º 0.52% 0.3% -
HSV(B) 357.72º 0.68% 0.45% -
XYZ 8.25 5.19 2.57 -
YUV 60.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 116 37 40 0 0.68 0.66 0.55 357.72 0.52 0.3
Hex 74 25 28 0 44 42 37 166 34 1E
Octal 164 45 50 0 104 102 67 546 64 36
Binary 1110100 100101 101000 0 1000100 1000010 110111 101100110 110100 11110

Color Harmonies of #742528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742528

Black with #742528

Text Example


Text Example

White with #742528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742528; }

 p { color: rgb(116,37,40); }

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

background-color css

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

 a { background-color: rgb(116,37,40); }

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

border-color css

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

 span { border-color: rgb(116,37,40); }

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