Html Css Color HEX #75272E Tamarillo

📋 copy color: '#75272E'

red 117 ◦ green 39 ◦ blue 46

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

Shades of Tamarillo #75272E

Tints of Tamarillo #75272E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.77%

R = 57.92%
G = 19.31%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75272E (or 0x75272E) is known color: Tamarillo. HEX triplet: 75, 27 and 2E. RGB value is (117,39,46). Sum of RGB (Red+Green+Blue) = 117+39+46=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75272E is #8AD8D1. Grayscale: #3F3F3F. Windows color (decimal): -9099474 or 3024757. OLE color: 3024757.

HSL color Cylindrical-coordinate representation of color #75272E: hue angle of 354.62º 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 #75272E is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 46 -
CMYK 0 0.67 0.61 0.54
HSL 354.62º 0.5% 0.31% -
HSV(B) 354.62º 0.67% 0.46% -
XYZ 8.55 5.43 3.18 -
YUV 63.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 117 39 46 0 0.67 0.61 0.54 354.62 0.5 0.31
Hex 75 27 2E 0 43 3D 36 163 32 1F
Octal 165 47 56 0 103 75 66 543 62 37
Binary 1110101 100111 101110 0 1000011 111101 110110 101100011 110010 11111

Color Harmonies of #75272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75272E

Black with #75272E

Text Example


Text Example

White with #75272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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