Html Css Color HEX #753031 Tamarillo

📋 copy color: '#753031'

red 117 ◦ green 48 ◦ blue 49

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

Shades of Tamarillo #753031

Tints of Tamarillo #753031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.43%

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 54.67%
G = 22.43%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#753031 (or 0x753031) is known color: Tamarillo. HEX triplet: 75, 30 and 31. RGB value is (117,48,49). Sum of RGB (Red+Green+Blue) = 117+48+49=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #753031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753031 is #8ACFCE. Grayscale: #444444. Windows color (decimal): -9097167 or 3223669. OLE color: 3223669.

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

Color convert

RGB 117 48 49 -
CMYK 0 0.59 0.58 0.54
HSL 359.13º 0.42% 0.32% -
HSV(B) 359.13º 0.59% 0.46% -
XYZ 8.95 6.12 3.61 -
YUV 68.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 117 48 49 0 0.59 0.58 0.54 359.13 0.42 0.32
Hex 75 30 31 0 3B 3A 36 167 2A 20
Octal 165 60 61 0 73 72 66 547 52 40
Binary 1110101 110000 110001 0 111011 111010 110110 101100111 101010 100000

Color Harmonies of #753031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753031

Black with #753031

Text Example


Text Example

White with #753031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753031; }

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

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

background-color css

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

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

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

border-color css

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

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

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