Html Css Color HEX #74262C Tamarillo

📋 copy color: '#74262C'

red 116 ◦ green 38 ◦ blue 44

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

Shades of Tamarillo #74262C

Tints of Tamarillo #74262C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.22%

R = 58.59%
G = 19.19%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74262C (or 0x74262C) is known color: Tamarillo. HEX triplet: 74, 26 and 2C. RGB value is (116,38,44). Sum of RGB (Red+Green+Blue) = 116+38+44=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #74262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74262C is #8BD9D3. Grayscale: #3E3E3E. Windows color (decimal): -9165268 or 2893428. OLE color: 2893428.

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

Color convert

RGB 116 38 44 -
CMYK 0 0.67 0.62 0.55
HSL 355.38º 0.51% 0.3% -
HSV(B) 355.38º 0.67% 0.45% -
XYZ 8.35 5.28 2.96 -
YUV 62.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 116 38 44 0 0.67 0.62 0.55 355.38 0.51 0.3
Hex 74 26 2C 0 43 3E 37 163 33 1E
Octal 164 46 54 0 103 76 67 543 63 36
Binary 1110100 100110 101100 0 1000011 111110 110111 101100011 110011 11110

Color Harmonies of #74262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74262C

Black with #74262C

Text Example


Text Example

White with #74262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74262C; }

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

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

background-color css

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

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

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

border-color css

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

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

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