Html Css Color HEX #752830 Tamarillo

📋 copy color: '#752830'

red 117 ◦ green 40 ◦ blue 48

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

Shades of Tamarillo #752830

Tints of Tamarillo #752830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.41%

R = 57.07%
G = 19.51%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#752830 (or 0x752830) is known color: Tamarillo. HEX triplet: 75, 28 and 30. RGB value is (117,40,48). Sum of RGB (Red+Green+Blue) = 117+40+48=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #752830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752830 is #8AD7CF. Grayscale: #3F3F3F. Windows color (decimal): -9099216 or 3156085. OLE color: 3156085.

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

Color convert

RGB 117 40 48 -
CMYK 0 0.66 0.59 0.54
HSL 353.77º 0.49% 0.31% -
HSV(B) 353.77º 0.66% 0.46% -
XYZ 8.63 5.51 3.41 -
YUV 63.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 117 40 48 0 0.66 0.59 0.54 353.77 0.49 0.31
Hex 75 28 30 0 42 3B 36 162 31 1F
Octal 165 50 60 0 102 73 66 542 61 37
Binary 1110101 101000 110000 0 1000010 111011 110110 101100010 110001 11111

Color Harmonies of #752830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752830

Black with #752830

Text Example


Text Example

White with #752830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752830; }

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

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

background-color css

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

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

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

border-color css

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

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

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