Html Css Color HEX #752630 Tamarillo

📋 copy color: '#752630'

red 117 ◦ green 38 ◦ blue 48

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

Shades of Tamarillo #752630

Tints of Tamarillo #752630

RGB

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

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

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

R = 57.64%
G = 18.72%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#752630 (or 0x752630) is known color: Tamarillo. HEX triplet: 75, 26 and 30. RGB value is (117,38,48). Sum of RGB (Red+Green+Blue) = 117+38+48=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #752630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752630 is #8AD9CF. Grayscale: #3E3E3E. Windows color (decimal): -9099728 or 3155573. OLE color: 3155573.

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

Color convert

RGB 117 38 48 -
CMYK 0 0.68 0.59 0.54
HSL 352.41º 0.51% 0.3% -
HSV(B) 352.41º 0.68% 0.46% -
XYZ 8.56 5.38 3.38 -
YUV 62.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 117 38 48 0 0.68 0.59 0.54 352.41 0.51 0.3
Hex 75 26 30 0 44 3B 36 160 33 1E
Octal 165 46 60 0 104 73 66 540 63 36
Binary 1110101 100110 110000 0 1000100 111011 110110 101100000 110011 11110

Color Harmonies of #752630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752630

Black with #752630

Text Example


Text Example

White with #752630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752630; }

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

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

background-color css

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

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

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

border-color css

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

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

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