Html Css Color HEX #742630 Tamarillo

📋 copy color: '#742630'

red 116 ◦ green 38 ◦ blue 48

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

Shades of Tamarillo #742630

Tints of Tamarillo #742630

RGB

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

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

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

R = 57.43%
G = 18.81%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#742630 (or 0x742630) is known color: Tamarillo. HEX triplet: 74, 26 and 30. RGB value is (116,38,48). Sum of RGB (Red+Green+Blue) = 116+38+48=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #742630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742630 is #8BD9CF. Grayscale: #3E3E3E. Windows color (decimal): -9165264 or 3155572. OLE color: 3155572.

HSL color Cylindrical-coordinate representation of color #742630: hue angle of 352.31º 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 #742630 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 48 -
CMYK 0 0.67 0.59 0.55
HSL 352.31º 0.51% 0.3% -
HSV(B) 352.31º 0.67% 0.45% -
XYZ 8.43 5.31 3.38 -
YUV 62.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 116 38 48 0 0.67 0.59 0.55 352.31 0.51 0.3
Hex 74 26 30 0 43 3B 37 160 33 1E
Octal 164 46 60 0 103 73 67 540 63 36
Binary 1110100 100110 110000 0 1000011 111011 110111 101100000 110011 11110

Color Harmonies of #742630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742630

Black with #742630

Text Example


Text Example

White with #742630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742630; }

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

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

background-color css

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

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

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

border-color css

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

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

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