Html Css Color HEX #734453 Finn

📋 copy color: '#734453'

red 115 ◦ green 68 ◦ blue 83

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

Shades of Finn #734453

Tints of Finn #734453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.56%

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

R = 43.23%
G = 25.56%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#734453 (or 0x734453) is known color: Finn. HEX triplet: 73, 44 and 53. RGB value is (115,68,83). Sum of RGB (Red+Green+Blue) = 115+68+83=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #734453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734453 is #8CBBAC. Grayscale: #535353. Windows color (decimal): -9223085 or 5457011. OLE color: 5457011.

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

Color convert

RGB 115 68 83 -
CMYK 0 0.41 0.28 0.55
HSL 340.85º 0.26% 0.36% -
HSV(B) 340.85º 0.41% 0.45% -
XYZ 10.7 8.4 9.24 -
YUV 83.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 115 68 83 0 0.41 0.28 0.55 340.85 0.26 0.36
Hex 73 44 53 0 29 1C 37 155 1A 24
Octal 163 104 123 0 51 34 67 525 32 44
Binary 1110011 1000100 1010011 0 101001 11100 110111 101010101 11010 100100

Color Harmonies of #734453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734453

Black with #734453

Text Example


Text Example

White with #734453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734453; }

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

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

background-color css

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

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

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

border-color css

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

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

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