Html Css Color HEX #752E31 Tamarillo

📋 copy color: '#752E31'

red 117 ◦ green 46 ◦ blue 49

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

Shades of Tamarillo #752E31

Tints of Tamarillo #752E31

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.7%

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

R = 55.19%
G = 21.7%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#752E31 (or 0x752E31) is known color: Tamarillo. HEX triplet: 75, 2E and 31. RGB value is (117,46,49). Sum of RGB (Red+Green+Blue) = 117+46+49=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #752E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E31 is #8AD1CE. Grayscale: #434343. Windows color (decimal): -9097679 or 3223157. OLE color: 3223157.

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

Color convert

RGB 117 46 49 -
CMYK 0 0.61 0.58 0.54
HSL 357.46º 0.44% 0.32% -
HSV(B) 357.46º 0.61% 0.46% -
XYZ 8.87 5.96 3.59 -
YUV 67.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 117 46 49 0 0.61 0.58 0.54 357.46 0.44 0.32
Hex 75 2E 31 0 3D 3A 36 165 2C 20
Octal 165 56 61 0 75 72 66 545 54 40
Binary 1110101 101110 110001 0 111101 111010 110110 101100101 101100 100000

Color Harmonies of #752E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E31

Black with #752E31

Text Example


Text Example

White with #752E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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