Html Css Color HEX #752933 Tamarillo

📋 copy color: '#752933'

red 117 ◦ green 41 ◦ blue 51

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

Shades of Tamarillo #752933

Tints of Tamarillo #752933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.4%

R = 55.98%
G = 19.62%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#752933 (or 0x752933) is known color: Tamarillo. HEX triplet: 75, 29 and 33. RGB value is (117,41,51). Sum of RGB (Red+Green+Blue) = 117+41+51=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #752933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752933 is #8AD6CC. Grayscale: #404040. Windows color (decimal): -9098957 or 3352949. OLE color: 3352949.

HSL color Cylindrical-coordinate representation of color #752933: hue angle of 352.11º 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 #752933 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 51 -
CMYK 0 0.65 0.56 0.54
HSL 352.11º 0.48% 0.31% -
HSV(B) 352.11º 0.65% 0.46% -
XYZ 8.73 5.61 3.75 -
YUV 64.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 117 41 51 0 0.65 0.56 0.54 352.11 0.48 0.31
Hex 75 29 33 0 41 38 36 160 30 1F
Octal 165 51 63 0 101 70 66 540 60 37
Binary 1110101 101001 110011 0 1000001 111000 110110 101100000 110000 11111

Color Harmonies of #752933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752933

Black with #752933

Text Example


Text Example

White with #752933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752933; }

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

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

background-color css

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

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

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

border-color css

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

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

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