Html Css Color HEX #73425A Finn

📋 copy color: '#73425A'

red 115 ◦ green 66 ◦ blue 90

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

Shades of Finn #73425A

Tints of Finn #73425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 42.44%
G = 24.35%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73425A (or 0x73425A) is known color: Finn. HEX triplet: 73, 42 and 5A. RGB value is (115,66,90). Sum of RGB (Red+Green+Blue) = 115+66+90=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #73425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73425A is #8CBDA5. Grayscale: #535353. Windows color (decimal): -9223590 or 5915251. OLE color: 5915251.

HSL color Cylindrical-coordinate representation of color #73425A: hue angle of 330.61º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73425A is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 66 90 -
CMYK 0 0.43 0.22 0.55
HSL 330.61º 0.27% 0.35% -
HSV(B) 330.61º 0.43% 0.45% -
XYZ 10.86 8.28 10.7 -
YUV 83.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 115 66 90 0 0.43 0.22 0.55 330.61 0.27 0.35
Hex 73 42 5A 0 2B 16 37 14B 1B 23
Octal 163 102 132 0 53 26 67 513 33 43
Binary 1110011 1000010 1011010 0 101011 10110 110111 101001011 11011 100011

Color Harmonies of #73425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73425A

Black with #73425A

Text Example


Text Example

White with #73425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73425A; }

 p { color: rgb(115,66,90); }

 H1.HeaderClassName
 {
   color: #73425A;
 }
 .AnyTagClassName
 {
   color: #73425A;
 }
</style>

background-color css

<style>
 a { background-color: #73425A; }

 a { background-color: rgb(115,66,90); }

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

border-color css

<style>
 span { border-color: #73425A; }

 span { border-color: rgb(115,66,90); }

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