Html Css Color HEX #752932 Tamarillo

📋 copy color: '#752932'

red 117 ◦ green 41 ◦ blue 50

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

Shades of Tamarillo #752932

Tints of Tamarillo #752932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

 BLUE value IS 50 (19.92% from 255) = 24.04%

R = 56.25%
G = 19.71%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#752932 (or 0x752932) is known color: Tamarillo. HEX triplet: 75, 29 and 32. RGB value is (117,41,50). Sum of RGB (Red+Green+Blue) = 117+41+50=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #752932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752932 is #8AD6CD. Grayscale: #404040. Windows color (decimal): -9098958 or 3287413. OLE color: 3287413.

HSL color Cylindrical-coordinate representation of color #752932: hue angle of 352.89º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752932 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 50 -
CMYK 0 0.65 0.57 0.54
HSL 352.89º 0.48% 0.31% -
HSV(B) 352.89º 0.65% 0.46% -
XYZ 8.7 5.6 3.64 -
YUV 64.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 117 41 50 0 0.65 0.57 0.54 352.89 0.48 0.31
Hex 75 29 32 0 41 39 36 161 30 1F
Octal 165 51 62 0 101 71 66 541 60 37
Binary 1110101 101001 110010 0 1000001 111001 110110 101100001 110000 11111

Color Harmonies of #752932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752932

Black with #752932

Text Example


Text Example

White with #752932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752932; }

 p { color: rgb(117,41,50); }

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

background-color css

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

 a { background-color: rgb(117,41,50); }

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

border-color css

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

 span { border-color: rgb(117,41,50); }

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