Html Css Color HEX #753134 Tamarillo

📋 copy color: '#753134'

red 117 ◦ green 49 ◦ blue 52

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

Shades of Tamarillo #753134

Tints of Tamarillo #753134

RGB

 RED value IS 117 (46.09% from 255) = 53.67%

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

 BLUE value IS 52 (20.7% from 255) = 23.85%

R = 53.67%
G = 22.48%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#753134 (or 0x753134) is known color: Tamarillo. HEX triplet: 75, 31 and 34. RGB value is (117,49,52). Sum of RGB (Red+Green+Blue) = 117+49+52=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753134 is #8ACECB. Grayscale: #454545. Windows color (decimal): -9096908 or 3420533. OLE color: 3420533.

HSL color Cylindrical-coordinate representation of color #753134: hue angle of 357.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753134 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 52 -
CMYK 0 0.58 0.56 0.54
HSL 357.35º 0.41% 0.33% -
HSV(B) 357.35º 0.58% 0.46% -
XYZ 9.05 6.23 3.97 -
YUV 69.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 117 49 52 0 0.58 0.56 0.54 357.35 0.41 0.33
Hex 75 31 34 0 3A 38 36 165 29 21
Octal 165 61 64 0 72 70 66 545 51 41
Binary 1110101 110001 110100 0 111010 111000 110110 101100101 101001 100001

Color Harmonies of #753134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753134

Black with #753134

Text Example


Text Example

White with #753134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753134; }

 p { color: rgb(117,49,52); }

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

background-color css

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

 a { background-color: rgb(117,49,52); }

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

border-color css

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

 span { border-color: rgb(117,49,52); }

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