Html Css Color HEX #75282E Tamarillo

📋 copy color: '#75282E'

red 117 ◦ green 40 ◦ blue 46

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

Shades of Tamarillo #75282E

Tints of Tamarillo #75282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.7%

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

R = 57.64%
G = 19.7%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75282E (or 0x75282E) is known color: Tamarillo. HEX triplet: 75, 28 and 2E. RGB value is (117,40,46). Sum of RGB (Red+Green+Blue) = 117+40+46=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #75282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75282E is #8AD7D1. Grayscale: #3F3F3F. Windows color (decimal): -9099218 or 3025013. OLE color: 3025013.

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

Color convert

RGB 117 40 46 -
CMYK 0 0.66 0.61 0.54
HSL 355.32º 0.49% 0.31% -
HSV(B) 355.32º 0.66% 0.46% -
XYZ 8.59 5.5 3.19 -
YUV 63.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 117 40 46 0 0.66 0.61 0.54 355.32 0.49 0.31
Hex 75 28 2E 0 42 3D 36 163 31 1F
Octal 165 50 56 0 102 75 66 543 61 37
Binary 1110101 101000 101110 0 1000010 111101 110110 101100011 110001 11111

Color Harmonies of #75282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75282E

Black with #75282E

Text Example


Text Example

White with #75282E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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