Html Css Color HEX #75272F Tamarillo

📋 copy color: '#75272F'

red 117 ◦ green 39 ◦ blue 47

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

Shades of Tamarillo #75272F

Tints of Tamarillo #75272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.21%

 BLUE value IS 47 (18.75% from 255) = 23.15%

R = 57.64%
G = 19.21%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75272F (or 0x75272F) is known color: Tamarillo. HEX triplet: 75, 27 and 2F. RGB value is (117,39,47). Sum of RGB (Red+Green+Blue) = 117+39+47=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #75272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75272F is #8AD8D0. Grayscale: #3F3F3F. Windows color (decimal): -9099473 or 3090293. OLE color: 3090293.

HSL color Cylindrical-coordinate representation of color #75272F: hue angle of 353.85º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75272F is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 47 -
CMYK 0 0.67 0.60 0.54
HSL 353.85º 0.5% 0.31% -
HSV(B) 353.85º 0.67% 0.46% -
XYZ 8.57 5.44 3.29 -
YUV 63.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 117 39 47 0 0.67 0.60 0.54 353.85 0.5 0.31
Hex 75 27 2F 0 43 3C 36 162 32 1F
Octal 165 47 57 0 103 74 66 542 62 37
Binary 1110101 100111 101111 0 1000011 111100 110110 101100010 110010 11111

Color Harmonies of #75272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75272F

Black with #75272F

Text Example


Text Example

White with #75272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75272F; }

 p { color: rgb(117,39,47); }

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

background-color css

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

 a { background-color: rgb(117,39,47); }

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

border-color css

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

 span { border-color: rgb(117,39,47); }

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