Html Css Color HEX #73385C Finn

📋 copy color: '#73385C'

red 115 ◦ green 56 ◦ blue 92

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

Shades of Finn #73385C

Tints of Finn #73385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.98%

R = 43.73%
G = 21.29%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#73385C (or 0x73385C) is known color: Finn. HEX triplet: 73, 38 and 5C. RGB value is (115,56,92). Sum of RGB (Red+Green+Blue) = 115+56+92=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73385C is #8CC7A3. Grayscale: #4D4D4D. Windows color (decimal): -9226148 or 6043763. OLE color: 6043763.

HSL color Cylindrical-coordinate representation of color #73385C: hue angle of 323.39º 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 #73385C is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 56 92 -
CMYK 0 0.51 0.20 0.55
HSL 323.39º 0.35% 0.34% -
HSV(B) 323.39º 0.51% 0.45% -
XYZ 10.42 7.25 10.97 -
YUV 77.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 115 56 92 0 0.51 0.20 0.55 323.39 0.35 0.34
Hex 73 38 5C 0 33 14 37 143 23 22
Octal 163 70 134 0 63 24 67 503 43 42
Binary 1110011 111000 1011100 0 110011 10100 110111 101000011 100011 100010

Color Harmonies of #73385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73385C

Black with #73385C

Text Example


Text Example

White with #73385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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