Html Css Color HEX #73252E Tamarillo

📋 copy color: '#73252E'

red 115 ◦ green 37 ◦ blue 46

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

Shades of Tamarillo #73252E

Tints of Tamarillo #73252E

RGB

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

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

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

R = 58.08%
G = 18.69%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#73252E (or 0x73252E) is known color: Tamarillo. HEX triplet: 73, 25 and 2E. RGB value is (115,37,46). Sum of RGB (Red+Green+Blue) = 115+37+46=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73252E is #8CDAD1. Grayscale: #3D3D3D. Windows color (decimal): -9231058 or 3024243. OLE color: 3024243.

HSL color Cylindrical-coordinate representation of color #73252E: hue angle of 353.08º 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 #73252E is Cyan = 0, Magento = 0.68, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 37 46 -
CMYK 0 0.68 0.6 0.55
HSL 353.08º 0.51% 0.3% -
HSV(B) 353.08º 0.68% 0.45% -
XYZ 8.22 5.17 3.15 -
YUV 61.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 115 37 46 0 0.68 0.6 0.55 353.08 0.51 0.3
Hex 73 25 2E 0 44 3C 37 161 33 1E
Octal 163 45 56 0 104 74 67 541 63 36
Binary 1110011 100101 101110 0 1000100 111100 110111 101100001 110011 11110

Color Harmonies of #73252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73252E

Black with #73252E

Text Example


Text Example

White with #73252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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