Html Css Color HEX #742833 Tamarillo

📋 copy color: '#742833'

red 116 ◦ green 40 ◦ blue 51

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

Shades of Tamarillo #742833

Tints of Tamarillo #742833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

 BLUE value IS 51 (20.31% from 255) = 24.64%

R = 56.04%
G = 19.32%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#742833 (or 0x742833) is known color: Tamarillo. HEX triplet: 74, 28 and 33. RGB value is (116,40,51). Sum of RGB (Red+Green+Blue) = 116+40+51=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #742833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742833 is #8BD7CC. Grayscale: #404040. Windows color (decimal): -9164749 or 3352692. OLE color: 3352692.

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

Color convert

RGB 116 40 51 -
CMYK 0 0.66 0.56 0.55
HSL 351.32º 0.49% 0.31% -
HSV(B) 351.32º 0.66% 0.45% -
XYZ 8.56 5.47 3.74 -
YUV 63.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 116 40 51 0 0.66 0.56 0.55 351.32 0.49 0.31
Hex 74 28 33 0 42 38 37 15F 31 1F
Octal 164 50 63 0 102 70 67 537 61 37
Binary 1110100 101000 110011 0 1000010 111000 110111 101011111 110001 11111

Color Harmonies of #742833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742833

Black with #742833

Text Example


Text Example

White with #742833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742833; }

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

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

background-color css

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

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

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

border-color css

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

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

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