Html Css Color HEX #734153 Finn

📋 copy color: '#734153'

red 115 ◦ green 65 ◦ blue 83

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

Shades of Finn #734153

Tints of Finn #734153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.71%

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

R = 43.73%
G = 24.71%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#734153 (or 0x734153) is known color: Finn. HEX triplet: 73, 41 and 53. RGB value is (115,65,83). Sum of RGB (Red+Green+Blue) = 115+65+83=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #734153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734153 is #8CBEAC. Grayscale: #515151. Windows color (decimal): -9223853 or 5456243. OLE color: 5456243.

HSL color Cylindrical-coordinate representation of color #734153: hue angle of 338.4º degrees, saturation: 0.28, 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 #734153 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 65 83 -
CMYK 0 0.43 0.28 0.55
HSL 338.4º 0.28% 0.35% -
HSV(B) 338.4º 0.43% 0.45% -
XYZ 10.52 8.05 9.18 -
YUV 82 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 115 65 83 0 0.43 0.28 0.55 338.4 0.28 0.35
Hex 73 41 53 0 2B 1C 37 152 1C 23
Octal 163 101 123 0 53 34 67 522 34 43
Binary 1110011 1000001 1010011 0 101011 11100 110111 101010010 11100 100011

Color Harmonies of #734153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734153

Black with #734153

Text Example


Text Example

White with #734153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734153; }

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

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

background-color css

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

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

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

border-color css

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

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

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