Html Css Color HEX #752832 Tamarillo

📋 copy color: '#752832'

red 117 ◦ green 40 ◦ blue 50

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

Shades of Tamarillo #752832

Tints of Tamarillo #752832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

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

R = 56.52%
G = 19.32%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#752832 (or 0x752832) is known color: Tamarillo. HEX triplet: 75, 28 and 32. RGB value is (117,40,50). Sum of RGB (Red+Green+Blue) = 117+40+50=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #752832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752832 is #8AD7CD. Grayscale: #404040. Windows color (decimal): -9099214 or 3287157. OLE color: 3287157.

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

Color convert

RGB 117 40 50 -
CMYK 0 0.66 0.57 0.54
HSL 352.21º 0.49% 0.31% -
HSV(B) 352.21º 0.66% 0.46% -
XYZ 8.67 5.53 3.63 -
YUV 64.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 117 40 50 0 0.66 0.57 0.54 352.21 0.49 0.31
Hex 75 28 32 0 42 39 36 160 31 1F
Octal 165 50 62 0 102 71 66 540 61 37
Binary 1110101 101000 110010 0 1000010 111001 110110 101100000 110001 11111

Color Harmonies of #752832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752832

Black with #752832

Text Example


Text Example

White with #752832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752832; }

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

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

background-color css

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

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

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

border-color css

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

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

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