Html Css Color HEX #734053 Finn

📋 copy color: '#734053'

red 115 ◦ green 64 ◦ blue 83

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

Shades of Finn #734053

Tints of Finn #734053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.43%

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 43.89%
G = 24.43%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#734053 (or 0x734053) is known color: Finn. HEX triplet: 73, 40 and 53. RGB value is (115,64,83). Sum of RGB (Red+Green+Blue) = 115+64+83=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #734053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734053 is #8CBFAC. Grayscale: #515151. Windows color (decimal): -9224109 or 5455987. OLE color: 5455987.

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

Color convert

RGB 115 64 83 -
CMYK 0 0.44 0.28 0.55
HSL 337.65º 0.28% 0.35% -
HSV(B) 337.65º 0.44% 0.45% -
XYZ 10.46 7.94 9.16 -
YUV 81.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 115 64 83 0 0.44 0.28 0.55 337.65 0.28 0.35
Hex 73 40 53 0 2C 1C 37 152 1C 23
Octal 163 100 123 0 54 34 67 522 34 43
Binary 1110011 1000000 1010011 0 101100 11100 110111 101010010 11100 100011

Color Harmonies of #734053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734053

Black with #734053

Text Example


Text Example

White with #734053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734053; }

 p { color: rgb(115,64,83); }

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

background-color css

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

 a { background-color: rgb(115,64,83); }

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

border-color css

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

 span { border-color: rgb(115,64,83); }

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