#752629

Color #752629 Tamarillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tamarillo #752629

Tints of Tamarillo #752629

Color information

#752629 (or 0x752629) is unknown color: approx Tamarillo. HEX triplet: 75, 26 and 29. RGB value is (117,38,41). Sum of RGB (Red+Green+Blue) = 117+38+41=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #752629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752629 is #8AD9D6. Grayscale: #3E3E3E. Windows color (decimal): -9099735 or 2696821. OLE color: 2696821.

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

Color convert

RGB1173841-
CMYK00.680.650.54
HSL357.72º50.97%30.39%-
HSV(B)357.72º67.52%45.88%-
XYZ8.435.332.68-
YUV61.96116.17167.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=59.69%
G=19.39%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117384100.680.650.54357.7250.9730.39
Hex7526290444136166331e
Octal16546510104101665466336
Binary111010110011010100101000100100000111011010110011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752629; }

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

 H1.HeaderClassName
 {
   color: #752629;
 }
 .AnyTagClassName
 {
   color: #752629;
 }
</style>
background-color css

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

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

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

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

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

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