Html Css Color HEX #773133 Tamarillo

📋 copy color: '#773133'

red 119 ◦ green 49 ◦ blue 51

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

Shades of Tamarillo #773133

Tints of Tamarillo #773133

RGB

 RED value IS 119 (46.88% from 255) = 54.34%

 GREEN value IS 49 (19.53% from 255) = 22.37%

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

R = 54.34%
G = 22.37%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#773133 (or 0x773133) is known color: Tamarillo. HEX triplet: 77, 31 and 33. RGB value is (119,49,51). Sum of RGB (Red+Green+Blue) = 119+49+51=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #773133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773133 is #88CECC. Grayscale: #464646. Windows color (decimal): -8965837 or 3354999. OLE color: 3354999.

HSL color Cylindrical-coordinate representation of color #773133: hue angle of 358.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773133 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 51 -
CMYK 0 0.59 0.57 0.53
HSL 358.29º 0.42% 0.33% -
HSV(B) 358.29º 0.59% 0.47% -
XYZ 9.3 6.36 3.87 -
YUV 70.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 119 49 51 0 0.59 0.57 0.53 358.29 0.42 0.33
Hex 77 31 33 0 3B 39 35 166 2A 21
Octal 167 61 63 0 73 71 65 546 52 41
Binary 1110111 110001 110011 0 111011 111001 110101 101100110 101010 100001

Color Harmonies of #773133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773133

Black with #773133

Text Example


Text Example

White with #773133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773133; }

 p { color: rgb(119,49,51); }

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

background-color css

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

 a { background-color: rgb(119,49,51); }

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

border-color css

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

 span { border-color: rgb(119,49,51); }

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