Html Css Color HEX #73252D Tamarillo

📋 copy color: '#73252D'

red 115 ◦ green 37 ◦ blue 45

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

Shades of Tamarillo #73252D

Tints of Tamarillo #73252D

RGB

 RED value IS 115 (45.31% from 255) = 58.38%

 GREEN value IS 37 (14.84% from 255) = 18.78%

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 58.38%
G = 18.78%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73252D (or 0x73252D) is known color: Tamarillo. HEX triplet: 73, 25 and 2D. RGB value is (115,37,45). Sum of RGB (Red+Green+Blue) = 115+37+45=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73252D is #8CDAD2. Grayscale: #3D3D3D. Windows color (decimal): -9231059 or 2958707. OLE color: 2958707.

HSL color Cylindrical-coordinate representation of color #73252D: hue angle of 353.85º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73252D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 37 45 -
CMYK 0 0.68 0.61 0.55
HSL 353.85º 0.51% 0.3% -
HSV(B) 353.85º 0.68% 0.45% -
XYZ 8.21 5.16 3.05 -
YUV 61.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 115 37 45 0 0.68 0.61 0.55 353.85 0.51 0.3
Hex 73 25 2D 0 44 3D 37 162 33 1E
Octal 163 45 55 0 104 75 67 542 63 36
Binary 1110011 100101 101101 0 1000100 111101 110111 101100010 110011 11110

Color Harmonies of #73252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73252D

Black with #73252D

Text Example


Text Example

White with #73252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73252D; }

 p { color: rgb(115,37,45); }

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

background-color css

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

 a { background-color: rgb(115,37,45); }

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

border-color css

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

 span { border-color: rgb(115,37,45); }

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