Html Css Color HEX #734352 Finn

📋 copy color: '#734352'

red 115 ◦ green 67 ◦ blue 82

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

Shades of Finn #734352

Tints of Finn #734352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

 BLUE value IS 82 (32.42% from 255) = 31.06%

R = 43.56%
G = 25.38%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#734352 (or 0x734352) is known color: Finn. HEX triplet: 73, 43 and 52. RGB value is (115,67,82). Sum of RGB (Red+Green+Blue) = 115+67+82=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #734352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734352 is #8CBCAD. Grayscale: #535353. Windows color (decimal): -9223342 or 5391219. OLE color: 5391219.

HSL color Cylindrical-coordinate representation of color #734352: hue angle of 341.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #734352 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 67 82 -
CMYK 0 0.42 0.29 0.55
HSL 341.25º 0.26% 0.36% -
HSV(B) 341.25º 0.42% 0.45% -
XYZ 10.6 8.27 9.02 -
YUV 83.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 115 67 82 0 0.42 0.29 0.55 341.25 0.26 0.36
Hex 73 43 52 0 2A 1D 37 155 1A 24
Octal 163 103 122 0 52 35 67 525 32 44
Binary 1110011 1000011 1010010 0 101010 11101 110111 101010101 11010 100100

Color Harmonies of #734352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734352

Black with #734352

Text Example


Text Example

White with #734352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734352; }

 p { color: rgb(115,67,82); }

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

background-color css

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

 a { background-color: rgb(115,67,82); }

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

border-color css

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

 span { border-color: rgb(115,67,82); }

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