Html Css Color HEX #752529 Tamarillo

📋 copy color: '#752529'

red 117 ◦ green 37 ◦ blue 41

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

Shades of Tamarillo #752529

Tints of Tamarillo #752529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.97%

 BLUE value IS 41 (16.41% from 255) = 21.03%

R = 60%
G = 18.97%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#752529 (or 0x752529) is known color: Tamarillo. HEX triplet: 75, 25 and 29. RGB value is (117,37,41). Sum of RGB (Red+Green+Blue) = 117+37+41=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #752529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752529 is #8ADAD6. Grayscale: #3D3D3D. Windows color (decimal): -9099991 or 2696565. OLE color: 2696565.

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

Color convert

RGB 117 37 41 -
CMYK 0 0.68 0.65 0.54
HSL 357º 0.52% 0.3% -
HSV(B) 357º 0.68% 0.46% -
XYZ 8.4 5.27 2.67 -
YUV 61.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 117 37 41 0 0.68 0.65 0.54 357 0.52 0.3
Hex 75 25 29 0 44 41 36 165 34 1E
Octal 165 45 51 0 104 101 66 545 64 36
Binary 1110101 100101 101001 0 1000100 1000001 110110 101100101 110100 11110

Color Harmonies of #752529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752529

Black with #752529

Text Example


Text Example

White with #752529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752529; }

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

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

background-color css

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

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

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

border-color css

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

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

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