Html Css Color HEX #75262F Tamarillo

📋 copy color: '#75262F'

red 117 ◦ green 38 ◦ blue 47

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

Shades of Tamarillo #75262F

Tints of Tamarillo #75262F

RGB

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

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

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

R = 57.92%
G = 18.81%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75262F (or 0x75262F) is known color: Tamarillo. HEX triplet: 75, 26 and 2F. RGB value is (117,38,47). Sum of RGB (Red+Green+Blue) = 117+38+47=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75262F is #8AD9D0. Grayscale: #3E3E3E. Windows color (decimal): -9099729 or 3090037. OLE color: 3090037.

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

Color convert

RGB 117 38 47 -
CMYK 0 0.68 0.60 0.54
HSL 353.16º 0.51% 0.3% -
HSV(B) 353.16º 0.68% 0.46% -
XYZ 8.54 5.37 3.28 -
YUV 62.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 117 38 47 0 0.68 0.60 0.54 353.16 0.51 0.3
Hex 75 26 2F 0 44 3C 36 161 33 1E
Octal 165 46 57 0 104 74 66 541 63 36
Binary 1110101 100110 101111 0 1000100 111100 110110 101100001 110011 11110

Color Harmonies of #75262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75262F

Black with #75262F

Text Example


Text Example

White with #75262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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