Html Css Color HEX #73395D Finn

📋 copy color: '#73395D'

red 115 ◦ green 57 ◦ blue 93

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

Shades of Finn #73395D

Tints of Finn #73395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 43.4%
G = 21.51%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73395D (or 0x73395D) is known color: Finn. HEX triplet: 73, 39 and 5D. RGB value is (115,57,93). Sum of RGB (Red+Green+Blue) = 115+57+93=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #73395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73395D is #8CC6A2. Grayscale: #4E4E4E. Windows color (decimal): -9225891 or 6109555. OLE color: 6109555.

HSL color Cylindrical-coordinate representation of color #73395D: hue angle of 322.76º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73395D is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 57 93 -
CMYK 0 0.50 0.19 0.55
HSL 322.76º 0.34% 0.34% -
HSV(B) 322.76º 0.5% 0.45% -
XYZ 10.51 7.36 11.22 -
YUV 78.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 115 57 93 0 0.50 0.19 0.55 322.76 0.34 0.34
Hex 73 39 5D 0 32 13 37 143 22 22
Octal 163 71 135 0 62 23 67 503 42 42
Binary 1110011 111001 1011101 0 110010 10011 110111 101000011 100010 100010

Color Harmonies of #73395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73395D

Black with #73395D

Text Example


Text Example

White with #73395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,57,93); }

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

background-color css

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

 a { background-color: rgb(115,57,93); }

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

border-color css

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

 span { border-color: rgb(115,57,93); }

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