Html Css Color HEX #74262D Tamarillo

📋 copy color: '#74262D'

red 116 ◦ green 38 ◦ blue 45

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

Shades of Tamarillo #74262D

Tints of Tamarillo #74262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.61%

R = 58.29%
G = 19.1%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74262D (or 0x74262D) is known color: Tamarillo. HEX triplet: 74, 26 and 2D. RGB value is (116,38,45). Sum of RGB (Red+Green+Blue) = 116+38+45=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74262D is #8BD9D2. Grayscale: #3E3E3E. Windows color (decimal): -9165267 or 2958964. OLE color: 2958964.

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

Color convert

RGB 116 38 45 -
CMYK 0 0.67 0.61 0.55
HSL 354.62º 0.51% 0.3% -
HSV(B) 354.62º 0.67% 0.45% -
XYZ 8.37 5.29 3.06 -
YUV 62.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 116 38 45 0 0.67 0.61 0.55 354.62 0.51 0.3
Hex 74 26 2D 0 43 3D 37 163 33 1E
Octal 164 46 55 0 103 75 67 543 63 36
Binary 1110100 100110 101101 0 1000011 111101 110111 101100011 110011 11110

Color Harmonies of #74262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74262D

Black with #74262D

Text Example


Text Example

White with #74262D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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