Html Css Color HEX #74262B Tamarillo

📋 copy color: '#74262B'

red 116 ◦ green 38 ◦ blue 43

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

Shades of Tamarillo #74262B

Tints of Tamarillo #74262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.83%

R = 58.88%
G = 19.29%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74262B (or 0x74262B) is known color: Tamarillo. HEX triplet: 74, 26 and 2B. RGB value is (116,38,43). Sum of RGB (Red+Green+Blue) = 116+38+43=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74262B is #8BD9D4. Grayscale: #3D3D3D. Windows color (decimal): -9165269 or 2827892. OLE color: 2827892.

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

Color convert

RGB 116 38 43 -
CMYK 0 0.67 0.63 0.55
HSL 356.15º 0.51% 0.3% -
HSV(B) 356.15º 0.67% 0.45% -
XYZ 8.33 5.27 2.86 -
YUV 61.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 116 38 43 0 0.67 0.63 0.55 356.15 0.51 0.3
Hex 74 26 2B 0 43 3F 37 164 33 1E
Octal 164 46 53 0 103 77 67 544 63 36
Binary 1110100 100110 101011 0 1000011 111111 110111 101100100 110011 11110

Color Harmonies of #74262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74262B

Black with #74262B

Text Example


Text Example

White with #74262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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