Html Css Color HEX #752528 Tamarillo

📋 copy color: '#752528'

red 117 ◦ green 37 ◦ blue 40

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

Shades of Tamarillo #752528

Tints of Tamarillo #752528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 60.31%
G = 19.07%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#752528 (or 0x752528) is known color: Tamarillo. HEX triplet: 75, 25 and 28. RGB value is (117,37,40). Sum of RGB (Red+Green+Blue) = 117+37+40=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #752528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752528 is #8ADAD7. Grayscale: #3D3D3D. Windows color (decimal): -9099992 or 2631029. OLE color: 2631029.

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

Color convert

RGB 117 37 40 -
CMYK 0 0.68 0.66 0.54
HSL 357.75º 0.52% 0.3% -
HSV(B) 357.75º 0.68% 0.46% -
XYZ 8.38 5.26 2.58 -
YUV 61.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 117 37 40 0 0.68 0.66 0.54 357.75 0.52 0.3
Hex 75 25 28 0 44 42 36 166 34 1E
Octal 165 45 50 0 104 102 66 546 64 36
Binary 1110101 100101 101000 0 1000100 1000010 110110 101100110 110100 11110

Color Harmonies of #752528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752528

Black with #752528

Text Example


Text Example

White with #752528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752528; }

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

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

background-color css

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

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

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

border-color css

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

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

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