Html Css Color HEX #75262E Tamarillo

📋 copy color: '#75262E'

red 117 ◦ green 38 ◦ blue 46

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

Shades of Tamarillo #75262E

Tints of Tamarillo #75262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.91%

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

R = 58.21%
G = 18.91%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75262E (or 0x75262E) is known color: Tamarillo. HEX triplet: 75, 26 and 2E. RGB value is (117,38,46). Sum of RGB (Red+Green+Blue) = 117+38+46=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #75262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75262E is #8AD9D1. Grayscale: #3E3E3E. Windows color (decimal): -9099730 or 3024501. OLE color: 3024501.

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

Color convert

RGB 117 38 46 -
CMYK 0 0.68 0.61 0.54
HSL 353.92º 0.51% 0.3% -
HSV(B) 353.92º 0.68% 0.46% -
XYZ 8.52 5.37 3.17 -
YUV 62.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 117 38 46 0 0.68 0.61 0.54 353.92 0.51 0.3
Hex 75 26 2E 0 44 3D 36 162 33 1E
Octal 165 46 56 0 104 75 66 542 63 36
Binary 1110101 100110 101110 0 1000100 111101 110110 101100010 110011 11110

Color Harmonies of #75262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75262E

Black with #75262E

Text Example


Text Example

White with #75262E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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