Html Css Color HEX #75282B Tamarillo

📋 copy color: '#75282B'

red 117 ◦ green 40 ◦ blue 43

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

Shades of Tamarillo #75282B

Tints of Tamarillo #75282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 58.5%
G = 20%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75282B (or 0x75282B) is known color: Tamarillo. HEX triplet: 75, 28 and 2B. RGB value is (117,40,43). Sum of RGB (Red+Green+Blue) = 117+40+43=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75282B is #8AD7D4. Grayscale: #3F3F3F. Windows color (decimal): -9099221 or 2828405. OLE color: 2828405.

HSL color Cylindrical-coordinate representation of color #75282B: hue angle of 357.66º 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 #75282B is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 43 -
CMYK 0 0.66 0.63 0.54
HSL 357.66º 0.49% 0.31% -
HSV(B) 357.66º 0.66% 0.46% -
XYZ 8.53 5.47 2.89 -
YUV 63.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 117 40 43 0 0.66 0.63 0.54 357.66 0.49 0.31
Hex 75 28 2B 0 42 3F 36 166 31 1F
Octal 165 50 53 0 102 77 66 546 61 37
Binary 1110101 101000 101011 0 1000010 111111 110110 101100110 110001 11111

Color Harmonies of #75282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75282B

Black with #75282B

Text Example


Text Example

White with #75282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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