Html Css Color HEX #75292E Tamarillo

📋 copy color: '#75292E'

red 117 ◦ green 41 ◦ blue 46

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

Shades of Tamarillo #75292E

Tints of Tamarillo #75292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.1%

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

R = 57.35%
G = 20.1%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75292E (or 0x75292E) is known color: Tamarillo. HEX triplet: 75, 29 and 2E. RGB value is (117,41,46). Sum of RGB (Red+Green+Blue) = 117+41+46=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #75292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75292E is #8AD6D1. Grayscale: #404040. Windows color (decimal): -9098962 or 3025269. OLE color: 3025269.

HSL color Cylindrical-coordinate representation of color #75292E: hue angle of 356.05º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75292E is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 46 -
CMYK 0 0.65 0.61 0.54
HSL 356.05º 0.48% 0.31% -
HSV(B) 356.05º 0.65% 0.46% -
XYZ 8.62 5.57 3.2 -
YUV 64.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 117 41 46 0 0.65 0.61 0.54 356.05 0.48 0.31
Hex 75 29 2E 0 41 3D 36 164 30 1F
Octal 165 51 56 0 101 75 66 544 60 37
Binary 1110101 101001 101110 0 1000001 111101 110110 101100100 110000 11111

Color Harmonies of #75292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75292E

Black with #75292E

Text Example


Text Example

White with #75292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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