Html Css Color HEX #73385B Finn

📋 copy color: '#73385B'

red 115 ◦ green 56 ◦ blue 91

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

Shades of Finn #73385B

Tints of Finn #73385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 43.89%
G = 21.37%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73385B (or 0x73385B) is known color: Finn. HEX triplet: 73, 38 and 5B. RGB value is (115,56,91). Sum of RGB (Red+Green+Blue) = 115+56+91=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73385B is #8CC7A4. Grayscale: #4D4D4D. Windows color (decimal): -9226149 or 5978227. OLE color: 5978227.

HSL color Cylindrical-coordinate representation of color #73385B: hue angle of 324.41º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73385B is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 56 91 -
CMYK 0 0.51 0.21 0.55
HSL 324.41º 0.35% 0.34% -
HSV(B) 324.41º 0.51% 0.45% -
XYZ 10.37 7.23 10.75 -
YUV 77.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 115 56 91 0 0.51 0.21 0.55 324.41 0.35 0.34
Hex 73 38 5B 0 33 15 37 144 23 22
Octal 163 70 133 0 63 25 67 504 43 42
Binary 1110011 111000 1011011 0 110011 10101 110111 101000100 100011 100010

Color Harmonies of #73385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73385B

Black with #73385B

Text Example


Text Example

White with #73385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73385B; }

 p { color: rgb(115,56,91); }

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

background-color css

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

 a { background-color: rgb(115,56,91); }

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

border-color css

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

 span { border-color: rgb(115,56,91); }

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